File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ You can find instructions on how to apply the plugin at: http://plugins.gradle.
23
23
24
24
One can still use ` reportScoverage ` in order to generate a report without aggregation.
25
25
26
- 3 . ` checkScoverage ` : Validates coverage according status according the generated reports (aggregated or not).
26
+ 3 . ` checkScoverage ` : Validates coverage status according to generated reports (aggregated or not).
27
27
28
28
` gradle checkScoverage ` will automatically invoke ` reportScoverage ` but it won't generate aggregated reports.
29
29
In order to check coverage of aggregated reports one should use ` gradle checkScoverage aggregateScoverage ` .
@@ -33,8 +33,6 @@ You can find instructions on how to apply the plugin at: http://plugins.gradle.
33
33
The plugin exposes multiple options that can be configured by setting them in an ` scoverage ` block within the project's
34
34
build script. These options are as follows:
35
35
36
- You can configure the version of Scoverage that will be used. This plugin should
37
-
38
36
* ` scoverageVersion = <String> ` (default ` "1.3.1" ` ): The version of the scoverage scalac plugin. This (gradle) plugin
39
37
should be compatible with all 1+ versions.
40
38
You can’t perform that action at this time.
0 commit comments