From b620bb927df04571bdd2b29e2eff232fb8a32833 Mon Sep 17 00:00:00 2001 From: Eyal Roth Date: Mon, 25 Feb 2019 17:09:32 +0200 Subject: [PATCH] Fix README typo --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index ab37492..9cd27b1 100644 --- a/README.md +++ b/README.md @@ -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`. @@ -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 = ` (default `"1.3.1"`): The version of the scoverage scalac plugin. This (gradle) plugin should be compatible with all 1+ versions.