Giter Club home page Giter Club logo

Comments (7)

mathiasbynens avatar mathiasbynens commented on August 22, 2024

More info: for Travis, the URL format looks like:

https://travis-ci.org/mathiasbynens/jsesc.png?branch=master

gh-badges doesn’t support this yet AFAICT but it’s definitely possible to add support for this. Wanna submit a patch? :)

from gh-badges.

espadrine avatar espadrine commented on August 22, 2024

The current Travis URL is: http://b.adge.me/travis/<USER/REPO>.svg.

@jmalloc Tell me what you'd find nice. http://b.adge.me/travis/<USER/REPO/BRANCH>.svg, maybe?

from gh-badges.

jmalloc avatar jmalloc commented on August 22, 2024

For reference the Coveralls URL is much the same:

https://coveralls.io/repos/recoilphp/recoil/badge.png?branch=develop

I'll give a patch a go, sure :)

@espadrine I like your example yes! As a personal preference I like including the branch in the path rather than the query parameters.

from gh-badges.

espadrine avatar espadrine commented on August 22, 2024

@jmalloc If you want to give it a go, I advise you to change line 11 in server.js so that what we take takes slashes into account, ie, ([^/]+) instead of (.*) in the regexp.

from gh-badges.

Krinkle avatar Krinkle commented on August 22, 2024

Branch names can contain slashes though. Implementing it as a query parameter here, too, might not be a bad idea.

from gh-badges.

espadrine avatar espadrine commented on August 22, 2024

@Krinkle I was thinking more like ([^/]+)/([^/]+)/(.+), as in, no slash in the name and repo, but you can have a slash in the branch name.

from gh-badges.

espadrine avatar espadrine commented on August 22, 2024

Done with #25.

from gh-badges.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.