We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f825409 commit fbddd9cCopy full SHA for fbddd9c
README.md
@@ -100,14 +100,4 @@ task aggregateScoverage(type: org.scoverage.ScoverageAggregate)
100
checkScoverage {
101
reportDir = file("$buildDir/scoverage-aggregate")
102
}
103
-```
104
-
105
-Release history
106
----------------
107
108
-##### (not released yet) - 3.0.0
109
110
-* Auto resolution of scalac plugin dependencies.
111
-* Aggregation task declared by default.
112
-* Deletion of non-instrumented classes, allowing for better integration with other coverage tools such as cobertura.
113
-* Ability to execute coverage without "normal" compilation, thus reducing build times.
+```
0 commit comments