1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

Merge pull request #1150 from Arcterus/codecov-fix

Add configuration for Codecov to prevent it from failing builds
This commit is contained in:
mpkh 2018-03-07 11:36:44 +04:00 committed by GitHub
commit 91d760646f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

7
codecov.yml Normal file
View file

@ -0,0 +1,7 @@
coverage:
status:
project:
default:
# TODO: when the embedding interface is complete, this should be
# changed to something more reasonable, like 1%
threshold: 50%