diff --git a/README.md b/README.md index b4d9965..d47382a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # JacocoToCobertura Gradle Plugin -[![Current release](https://img.shields.io/github/v/release/razvn/jacoco-to-cobertura-gradle-plugin)](https://github.com/razvn/jacoco-to-cobertura-gradle-plugin/releases) [![Gradle Plugin Portal](https://img.shields.io/badge/Gradle-v1.2.0-blue.svg)](https://plugins.gradle.org/plugin/net.razvan.jacoco-to-cobertura) +[![Current release](https://img.shields.io/github/v/release/razvn/jacoco-to-cobertura-gradle-plugin)](https://github.com/razvn/jacoco-to-cobertura-gradle-plugin/releases) [![Gradle Plugin Portal](https://img.shields.io/badge/Gradle-v1.3.0-blue.svg)](https://plugins.gradle.org/plugin/net.razvan.jacoco-to-cobertura) This plugin aims to convert the JaCoCo XML report to a Cobertura report for GitLab to use the data for [showing the lines covered by tests in the Merge Request](https://docs.gitlab.com/ee/ci/testing/test_coverage_visualization.html).