issues
search
joshmfrankel
/
simplecov-check-action
SimpleCov+ Action
MIT License
33
stars
16
forks
source link
Refactor configuration of what constitutes failure
#4
Closed
joshmfrankel
closed
2 years ago
joshmfrankel
commented
2 years ago
Without simplecov-json
Can fail on overall coverage not meeting minimum threshold
Can fail on overall "branching" coverage not meeting minimum threshold
With simplecov-json
Enablement option
failure_context: file
or
failure_context: suite
for failing on per-file basis
Can fail on per-file branching coverage
Can fail on per-file overall coverage
Without simplecov-json
With simplecov-json
failure_context: file
orfailure_context: suite
for failing on per-file basis