elvish/.codecov.yml
Qi Xiao f3c2185dae pkg/eval/evaltest: Move Must* functions to the testutil package.
Also exclude those functions from test coverage calculation.
2020-09-04 21:57:20 +01:00

15 lines
285 B
YAML

coverage:
status:
project:
default:
threshold: 0.1%
patch: off
comment: false
ignore:
# Exclude test helpers from coverage calculation.
- "pkg/cli/clitest"
- "pkg/eval/evaltest"
- "pkg/prog/progtest"
- "pkg/store/storetest"
- "pkg/testutil/must.go"