bender/.github/codecov.yml
2022-04-28 11:42:34 +03:00

12 lines
234 B
YAML

coverage:
status:
project:
default:
# Don't allow total coverage to drop
target: auto
threshold: 0%
patch:
default:
# Force new code to be at least 80% covered
target: 80%