Files
Matcha-TTS/.github/codecov.yml
Shivam Mehta f016784049 Initial commit
2023-09-16 17:51:36 +00:00

16 lines
377 B
YAML

coverage:
status:
# measures overall project coverage
project:
default:
threshold: 100% # how much decrease in coverage is needed to not consider success
# measures PR or single commit coverage
patch:
default:
threshold: 100% # how much decrease in coverage is needed to not consider success
# project: off
# patch: off