2020-09-03 12:39:02 +08:00
|
|
|
coverage:
|
|
|
|
status:
|
|
|
|
project:
|
|
|
|
default:
|
|
|
|
threshold: 0.1%
|
|
|
|
patch: off
|
|
|
|
comment: false
|
2022-10-15 18:39:27 +08:00
|
|
|
# The following patterns are also consumed by a hacky sed script in
|
|
|
|
# tools/prune-cover.sh, which does not support globs.
|
2021-01-16 14:42:27 +08:00
|
|
|
ignore:
|
2022-10-15 18:39:27 +08:00
|
|
|
# Exclude test helpers.
|
2021-01-16 14:42:27 +08:00
|
|
|
- "pkg/cli/clitest"
|
2022-06-21 06:06:07 +08:00
|
|
|
- "pkg/cli/histutil/test_db.go"
|
2021-01-16 14:42:27 +08:00
|
|
|
- "pkg/eval/evaltest"
|
2021-12-17 09:07:20 +08:00
|
|
|
- "pkg/eval/vals/tester.go"
|
2021-01-16 14:42:27 +08:00
|
|
|
- "pkg/prog/progtest"
|
|
|
|
- "pkg/store/storetest"
|
2022-06-21 03:29:14 +08:00
|
|
|
- "pkg/must"
|
2022-11-13 09:48:18 +08:00
|
|
|
# Exclude commands for manual testing.
|
|
|
|
- "pkg/cli/examples"
|
|
|
|
- "pkg/md/mdrun"
|
2022-10-15 18:39:27 +08:00
|
|
|
# Exclude files generated by stringer.
|
|
|
|
- "pkg/getopt/zstring.go"
|
|
|
|
- "pkg/md/zstring.go"
|
|
|
|
- "pkg/parse/zstring.go"
|
2022-11-05 00:37:47 +08:00
|
|
|
# Exclude the copied diff and rpc packages.
|
|
|
|
- "pkg/diff"
|
2021-01-31 07:56:58 +08:00
|
|
|
- "pkg/rpc"
|