File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33[ ![ Build Status] ( https://travis-ci.org/sbt/sbt-jacoco.svg?branch=master )] ( https://travis-ci.org/sbt/sbt-jacoco )
44[ ![ Codacy Grade] ( https://img.shields.io/codacy/grade/2336303da07d41ba960ec769dfec0a74.svg?label=codacy )] ( https://www.codacy.com/app/stringbean/sbt-jacoco )
5- [ ![ SBT 0.13 version] ( https://img.shields.io/badge/sbt_0.13-3.0.3 -blue.svg )] ( https://bintray.com/stringbean/sbt-plugins/sbt-jacoco )
6- [ ![ SBT 1.0 version] ( https://img.shields.io/badge/sbt_1.0-3.0.3 -blue.svg )] ( https://bintray.com/stringbean/sbt-plugins/sbt-jacoco )
5+ [ ![ SBT 0.13 version] ( https://img.shields.io/badge/sbt_0.13-3.1.0 -blue.svg )] ( https://bintray.com/stringbean/sbt-plugins/sbt-jacoco )
6+ [ ![ SBT 1.0 version] ( https://img.shields.io/badge/sbt_1.0-3.1.0 -blue.svg )] ( https://bintray.com/stringbean/sbt-plugins/sbt-jacoco )
77
88This is an [ sbt] ( http://scala-sbt.org/ ) plugin for code coverage analysis via [ JaCoCo] ( http://www.eclemma.org/jacoco/ ) .
99Supports uploading results to [ Coveralls] ( https://coveralls.io ) and [ Codecov] ( https://codecov.io ) .
Original file line number Diff line number Diff line change 11name := " sbt-jacoco"
22organization := " com.github.sbt"
33
4- version in ThisBuild := " 3.1.0-SNAPSHOT "
4+ version in ThisBuild := " 3.1.0"
55
66sbtPlugin := true
77crossSbtVersions := Seq (" 0.13.17" , " 1.1.6" )
You can’t perform that action at this time.
0 commit comments