Releases: scoverage/gradle-scoverage
Releases · scoverage/gradle-scoverage
1.1.0
- support European locales when checking overall coverage.
Thanks to @NullStress for the contributions.
1.0.9
- publish
scoverage.xml
for aggregated reports
- support enforcing minimum coverage at line, statement or branch levels
Thanks to @Kwestor for the contributions.
1.0.8
- Fix: Resources not copied during instrumented compilation
- Feature: scoverage xml output is now written into the report directory (to support Sonar Qube upload)
- Feature: an experimental aggregated report task is now available for users to configure.
1.0.7
- Incomplete classpath in multi-module project #13
- Zinc / Ant compatibility #29
- HTML links #6
1.0.6
- Handle an issue when spaces exist in the path to the plugin jar. This was discovered with a GRADLE_USER_HOME under c:\Documents and Settings\User
- Provide a sensible error message when the plugin jar cannot be found in the scoverage configuration
1.0-5-g9c68988
- Publish binaries that are compatible with JDK6
- Publish to maven central
- Support scalac-scoverage 1.0 and higher
0.4.1: Merge pull request #7 from maiflai/master
fix links to source files