Skip to content

Fix README typo #90

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 22, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ You can find instructions on how to apply the plugin at: http://plugins.gradle.

One can still use `reportScoverage` in order to generate a report without aggregation.

3. `checkScoverage`: Validates coverage according status according the generated reports (aggregated or not).
3. `checkScoverage`: Validates coverage status according to generated reports (aggregated or not).

`gradle checkScoverage` will automatically invoke `reportScoverage` but it won't generate aggregated reports.
In order to check coverage of aggregated reports one should use `gradle checkScoverage aggregateScoverage`.
Expand All @@ -33,8 +33,6 @@ You can find instructions on how to apply the plugin at: http://plugins.gradle.
The plugin exposes multiple options that can be configured by setting them in an `scoverage` block within the project's
build script. These options are as follows:

You can configure the version of Scoverage that will be used. This plugin should

* `scoverageVersion = <String>` (default `"1.3.1"`): The version of the scoverage scalac plugin. This (gradle) plugin
should be compatible with all 1+ versions.

Expand Down