From bc1b237ababc8405ddc35561ed1a54d04370d2df Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Ho=C3=9F?= Date: Wed, 15 Feb 2017 22:13:23 +0100 Subject: [PATCH] fixed githubs mishandling of "--" MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Sebastian Hoß --- README.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index 02826c1..5fd1248 100755 --- a/README.asciidoc +++ b/README.asciidoc @@ -15,8 +15,8 @@ image:https://reposs.herokuapp.com/?path={github-org}/{project-name}&style=flat- image:https://www.openhub.net/p/{project-name}/widgets/project_thin_badge.gif["Open Hub statistics", link="https://www.openhub.net/p/{project-name}"] image:https://img.shields.io/jenkins/s/https/build.metio.wtf/job/{github-org}/job/{project-name}/job/{project-name}_verify.svg?style=flat-square["Build Status", link="https://build.metio.wtf/job/{github-org}/job/{project-name}/"] -image:https://img.shields.io/sonar/https/quality.metio.wtf/{project-group}:{project-name}/coverage.svg?style=flat-square["Code Coverage", link="https://quality.metio.wtf/dashboard?id={project-group}:{project-name}"] -image:https://img.shields.io/sonar/https/quality.metio.wtf/{project-group}:{project-name}/tech_debt.svg?style=flat-square["Technical Debt", link="https://quality.metio.wtf/dashboard?id={project-group}:{project-name}"] +pass:[Code Coverage] +pass:[Technical Debt] image:https://img.shields.io/coverity/scan/{coverity-project}.svg?style=flat-square["Coverity Scan Result", link="https://scan.coverity.com/projects/{github-org}-{project-name}"] image:https://img.shields.io/codacy/grade/{codacy-project}.svg?style=flat-square["Codacy Code Quality", link="https://www.codacy.com/app/mail_7/{project-name}"] image:https://img.shields.io/badge/forkable-yes-brightgreen.svg?style=flat-square["Can this project be forked?", link="https://basicallydan.github.io/forkability/?u={github-org}&r={project-name}"] -- 2.11.4.GIT