Skip to content

Commit 517a573

Browse files
authored
Merge pull request #90 from eyalroth/readme-typo-fix
Fix README typo
2 parents 5366cef + b620bb9 commit 517a573

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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.
3333
The plugin exposes multiple options that can be configured by setting them in an `scoverage` block within the project's
3434
build 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
3937
should be compatible with all 1+ versions.
4038

0 commit comments

Comments
 (0)