Skip to content

Commit

Permalink
Version tag updated and README
Browse files Browse the repository at this point in the history
  • Loading branch information
galexandre committed May 8, 2018
1 parent e47b857 commit 0846f53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Sonar Cobertura
===============
Current version: 1.9.1
Current version: 2.0
===============
[![Build Status](https://travis-ci.org/galexandre/sonar-cobertura.svg?branch=master)](https://travis-ci.org/galexandre/sonar-cobertura) [![Code Climate](https://codeclimate.com/github/galexandre/sonar-cobertura/badges/gpa.svg)](https://codeclimate.com/github/galexandre/sonar-cobertura) [![Issue Count](https://codeclimate.com/github/galexandre/sonar-cobertura/badges/issue_count.svg)](https://codeclimate.com/github/galexandre/sonar-cobertura) [Slack](https://sonar-cobertura.slack.com/)

Expand All @@ -12,9 +12,9 @@ Current version: 1.9.1
## Description / Feature
This plugin provides the ability to feed SonarQube with code coverage data coming from [Cobertura](http://cobertura.github.io/cobertura/).

Cobertura Plugin | 1.1 | 1.2 | 1.3 | 1.4 | 1.5 | 1.6 | 1.7 | 1.8 | 1.9 | 1.9.1 |
Cobertura Plugin | 1.1 | 1.2 | 1.3 | 1.4 | 1.5 | 1.6 | 1.7 | 1.8 | 1.9 | 1.9.1 | 2.0 |
---------------- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
Reports generated with Cobertura | 1.9.4.1 | 1.9.4.1 | 1.9.4.1 | 1.9.4.1 | 1.9.4.1 | 1.9.4.1 | 1.9.4.1 | 1.9.4.1 | 1.9.4.1 | 1.9.4.1
Reports generated with Cobertura | 1.9.4.1 | 1.9.4.1 | 1.9.4.1 | 1.9.4.1 | 1.9.4.1 | 1.9.4.1 | 1.9.4.1 | 1.9.4.1 | 1.9.4.1 | 1.9.4.1 | 1.9.4.1

## Usage
The default location of the XML Cobertura report is: target/site/cobertura/coverage.xml . You can change it in Configure in the `Settings > General Settings > Java > Cobertura page`
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>sonar-cobertura-plugin</artifactId>
<version>TRUNK-SNAPSHOT</version>
<version>2.0</version>
<packaging>sonar-plugin</packaging>

<name>SonarQube Cobertura Plugin</name>
Expand All @@ -32,7 +32,7 @@
<scm>
<connection>scm:git:git@github.com:galexandre/sonar-cobertura.git</connection>
<developerConnection>scm:git:git@github.com:galexandre/sonar-cobertura.git</developerConnection>
<url>https://github.com/SonarQubeCommunity/sonar-cobertura</url>
<url>https://github.com/galexandre/sonar-cobertura/</url>
<tag>HEAD</tag>
</scm>
<issueManagement>
Expand Down

0 comments on commit 0846f53

Please # to comment.