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
*`excludedFiles = <files>` (default `not set`): Comma separated list of regexes for files to exclude from coverage.
68
+
69
+
*`excludedPackages = <packages, classes and modules>` (default `not set`): Comma separated list of regexes for packages, classes and modules to exclude from coverage.
70
+
67
71
#### Multiple check tasks
68
72
69
73
It is possible to configure multiple checks; for instance, one check for a statement rate and another for a branch rate:
0 commit comments