File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 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.
2323
2424 One can still use ` reportScoverage ` in order to generate a report without aggregation.
2525
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).
2727
2828 ` gradle checkScoverage ` will automatically invoke ` reportScoverage ` but it won't generate aggregated reports.
2929 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.
3333The plugin exposes multiple options that can be configured by setting them in an ` scoverage ` block within the project's
3434build script. These options are as follows:
3535
36- You can configure the version of Scoverage that will be used. This plugin should
37-
3836* ` scoverageVersion = <String> ` (default ` "1.3.1" ` ): The version of the scoverage scalac plugin. This (gradle) plugin
3937should be compatible with all 1+ versions.
4038
You can’t perform that action at this time.
0 commit comments