From 2bbff5dc38d1b0b85288453ed1b15db604ff1f2c Mon Sep 17 00:00:00 2001 From: Kengo TODA Date: Thu, 5 Jul 2018 17:26:20 +0900 Subject: [PATCH] replace SonarCloud badge with new one new API does not provide badges for new dept nor coverage on new lines. --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 0d141af64ca..f16be64cced 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,10 @@ [![Build Status](https://travis-ci.org/spotbugs/spotbugs.svg?branch=master)](https://travis-ci.org/spotbugs/spotbugs) [![Documentation Status](https://readthedocs.org/projects/spotbugs/badge/?version=latest)](http://spotbugs.readthedocs.io/en/latest/?badge=latest) -[![Coverage Status](https://sonarcloud.io/api/badges/measure?key=com.github.spotbugs.spotbugs&metric=coverage)](https://sonarcloud.io/component_measures?id=com.github.spotbugs.spotbugs&metric=coverage) +[![Coverage Status](https://sonarcloud.io/api/project_badges/measure?branch=release-3.1&project=com.github.spotbugs.spotbugs&metric=coverage)](https://sonarcloud.io/component_measures?id=com.github.spotbugs.spotbugs&metric=coverage) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.spotbugs/spotbugs/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.spotbugs/spotbugs) [![Javadocs](http://javadoc.io/badge/com.github.spotbugs/spotbugs.svg)](http://javadoc.io/doc/com.github.spotbugs/spotbugs) -[![Coverage on New Code](https://sonarcloud.io/api/badges/measure?key=com.github.spotbugs.spotbugs&metric=new_coverage&template=FLAT)](https://sonarcloud.io/dashboard?id=com.github.spotbugs.spotbugs) -[![New Debt](https://sonarcloud.io/api/badges/measure?key=com.github.spotbugs.spotbugs&metric=new_sqale_debt_ratio&template=FLAT)](https://sonarcloud.io/component_measures/domain/Maintainability?id=com.github.spotbugs.spotbugs) - [SpotBugs](https://spotbugs.github.io/) is the spiritual successor of [FindBugs](https://github.com/findbugsproject/findbugs), carrying on from the point where it left off with support of its community. SpotBugs is licensed under the [GNU LESSER GENERAL PUBLIC LICENSE](https://github.com/spotbugs/spotbugs/blob/master/spotbugs/licenses/LICENSE.txt).