[Pkg-javascript-commits] [node-coveralls] 165/332: use SVG badges instead of PNG badges

Bastien Roucariès rouca at moszumanska.debian.org
Thu Nov 9 13:53:55 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-coveralls.

commit e8e6dd17dd306156dc89dd27b4e2ed0c6f4d17be
Author: Shinnosuke Watanabe <snnskwtnb at gmail.com>
Date:   Tue Jun 17 10:32:02 2014 +0900

    use SVG badges instead of PNG badges
    
    SVG badges look beautiful on retina displays.
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 0822700..b22e6ff 100644
--- a/README.md
+++ b/README.md
@@ -101,13 +101,13 @@ If you're running locally, you must have a `.coveralls.yml` file, as documented
 
 If you want to send commit data to coveralls, you can set the `COVERALLS_GIT_COMMIT` environment-variable to the commit hash you wish to reference. If you don't want to use a hash, you can set it to `HEAD` to supply coveralls with the latest commit data. This requires git to be installed and executable on the current PATH.
 
-[travis-image]: https://travis-ci.org/cainus/node-coveralls.png?branch=master
+[travis-image]: https://travis-ci.org/cainus/node-coveralls.svg?branch=master
 [travis-url]: https://travis-ci.org/cainus/node-coveralls
 
 [codeship-image]: https://www.codeship.io/projects/de6fb440-dea9-0130-e7d9-122ca7ee39d3/status
 [codeship-url]: https://www.codeship.io/projects/5622
 
-[coveralls-image]: https://coveralls.io/repos/cainus/node-coveralls/badge.png?branch=master
+[coveralls-image]: https://img.shields.io/coveralls/cainus/node-coveralls.svg?branch=master
 [coveralls-url]: https://coveralls.io/r/cainus/node-coveralls?branch=master
 
 [drone-image]: https://drone.io/github.com/cainus/node-coveralls/status.png

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-coveralls.git



More information about the Pkg-javascript-commits mailing list