generated from oracle/template-repo
-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
We're currently failing the build if total code coverage falls below a specific threshold. This means it's possible to merge code without any test coverage and still meet our threshold. To resolve, we have to:
- set our total threshold to 100% (preferrable)
- measure and fail the build on per-file coverage thresholds.
Metadata
Metadata
Assignees
Labels
No labels