Add .codecov.yml, ignore all test helpers.

This commit is contained in:
Qi Xiao 2020-09-03 05:39:02 +01:00
parent 11898f763a
commit b6580edaf7

12
.codecov.yml Normal file
View File

@ -0,0 +1,12 @@
coverage:
status:
project:
default:
threshold: 0.1%
patch: off
comment: false
ignore:
# Exclude test helpers from coverage calculation.
- "pkg/cli/clitest"
- "pkg/prog/progtest"
- "pkg/store/storetest"