Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
q-willboulter authored Dec 23, 2024
1 parent 2a3e99b commit 35e0476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ plugin (https://github.com/scoverage/scalac-scoverage-plugin).

* `excludedPackages = <packages, classes and modules>` (default `not set`): Comma separated list of regexes for packages, classes and modules to exclude from coverage.

* `excludedSubProjects = <subprojects>` (default `not set`): List of Gradle subprojects to be excluded from the Scoverage parent project aggregation. Projects should be set using the standard Gradle project selector e.g. `excludedSubProjects = [ project(':parent:subproject') ]`
* `excludedSubProjects = <subprojects>` (default `not set`): List of Gradle sub-projects to be excluded from the Scoverage parent project aggregation. Projects should be added using the standard Gradle project selector e.g. `excludedSubProjects = [ project(':parent:subproject') ]`

#### Multiple check tasks

Expand Down

0 comments on commit 35e0476

Please sign in to comment.