You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+42-1Lines changed: 42 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -55,10 +55,51 @@ be overridden by the version of the `scala-library` compile dependency (if the d
55
55
*`minimumRate = <double>` (default `0.75`): The minimum amount of coverage in decimal proportion (`1.0` == 100%)
56
56
required for the validation to pass (otherwise `checkScoverage` will fail the build).
57
57
58
-
*`coverageType = <"Statement" | "Branch" | "Line">` (default `"Statement"`): The type of coverage validated by the
58
+
*`coverageType = <CoverageType.Statement | CoverageType.Branch | CoverageType.Line>` (default `CoverageType.Statement`): The type of coverage validated by the
59
59
`checkScoverage` task. For more information on the different types, please refer to the documentation of the scalac
0 commit comments