mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-01 00:33:05 +08:00
ffc05aba8d
Also standardize the name of the file generated by stringer as "zstring.go" and ignore all existing ones in .codecov.yml.
25 lines
603 B
YAML
25 lines
603 B
YAML
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
threshold: 0.1%
|
|
patch: off
|
|
comment: false
|
|
# The following patterns are also consumed by a hacky sed script in
|
|
# tools/prune-cover.sh, which does not support globs.
|
|
ignore:
|
|
# Exclude test helpers.
|
|
- "pkg/cli/clitest"
|
|
- "pkg/cli/histutil/test_db.go"
|
|
- "pkg/eval/evaltest"
|
|
- "pkg/eval/vals/tester.go"
|
|
- "pkg/prog/progtest"
|
|
- "pkg/store/storetest"
|
|
- "pkg/must"
|
|
# Exclude files generated by stringer.
|
|
- "pkg/getopt/zstring.go"
|
|
- "pkg/md/zstring.go"
|
|
- "pkg/parse/zstring.go"
|
|
# Exclude the copied rpc package.
|
|
- "pkg/rpc"
|