mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-14 02:57:52 +08:00
f3c2185dae
Also exclude those functions from test coverage calculation.
15 lines
285 B
YAML
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"
|