mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-13 09:57:51 +08:00
72fc2dbe4a
In particular, the dependency on net/http is removed, which removes a bunch of transitive dependencies.
19 lines
409 B
YAML
19 lines
409 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"
|
|
# Exclude the copied rpc package.
|
|
- "pkg/rpc"
|
|
# The web UI is not being worked on now, also exclude it.
|
|
- "pkg/web"
|