From ab6bc871ad55e6970235e68d8c35f58f6377c858 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20da=20Silva=20Cont=C3=ADn?= Date: Sat, 13 Jun 2015 14:20:23 +0200 Subject: [PATCH] fix coveralls badge Use master branch and .svg badge. --- app/templates/_README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/_README.md b/app/templates/_README.md index 306f9c4..122a19b 100644 --- a/app/templates/_README.md +++ b/app/templates/_README.md @@ -40,5 +40,5 @@ Copyright (c) <%= currentYear %><% if (props.authorName) { %> <%= props.authorNa [travis-image]: https://travis-ci.org/<%= props.githubUsername %>/<%= slugname %>.svg?branch=master [daviddm-url]: https://david-dm.org/<%= props.githubUsername %>/<%= slugname %>.svg?theme=shields.io [daviddm-image]: https://david-dm.org/<%= props.githubUsername %>/<%= slugname %><% if (coverallsModule) { %> -[coveralls-url]: https://coveralls.io/r/<%= props.githubUsername %>/<%= slugname %> -[coveralls-image]: https://coveralls.io/repos/<%= props.githubUsername %>/<%= slugname %>/badge.png<% } %> +[coveralls-url]: https://coveralls.io/r/<%= props.githubUsername %>/<%= slugname %>?branch=master +[coveralls-image]: https://coveralls.io/repos/<%= props.githubUsername %>/<%= slugname %>/badge.svg?branch=master<% } %>