Merge pull request #4629 from tk0miya/setup_codecov

test: allows to drop 0.05% coverages
This commit is contained in:
Takeshi KOMIYA 2018-02-17 14:44:21 +09:00 committed by GitHub
commit 4f0a652af1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
.codecov.yml Normal file
View File

@ -0,0 +1,6 @@
coverage:
status:
patch:
default:
# allowed to drop X% and still result in a "success" commit status
threshold: 0.05