2018-10-23 21:42:41 +00:00
|
|
|
ignore:
|
2019-01-03 23:16:08 +00:00
|
|
|
- "**/*.pb.go"
|
2019-04-04 16:06:10 +00:00
|
|
|
- "**/*.pb.gw.go"
|
2019-08-07 16:59:02 +00:00
|
|
|
- "**/*generated.go"
|
2019-08-09 22:26:46 +00:00
|
|
|
- "**/*generated.deepcopy.go"
|
2019-01-03 23:16:08 +00:00
|
|
|
- "**/*_test.go"
|
2019-08-07 16:59:02 +00:00
|
|
|
- "pkg/apis/client/.*"
|
2019-01-03 23:16:08 +00:00
|
|
|
- "pkg/client/.*"
|
2019-10-15 16:15:33 +00:00
|
|
|
- "vendor/.*"
|
2022-05-02 19:39:47 +00:00
|
|
|
- "test/.*"
|
2024-06-15 18:54:26 +00:00
|
|
|
- "**/mocks/*"
|
2019-06-06 21:45:52 +00:00
|
|
|
coverage:
|
|
|
|
|
status:
|
2019-10-15 16:15:33 +00:00
|
|
|
# we've found this not to be useful
|
|
|
|
|
patch: off
|
2019-06-06 21:45:52 +00:00
|
|
|
project:
|
|
|
|
|
default:
|
2019-10-18 14:40:16 +00:00
|
|
|
# allow test coverage to drop by 2%, assume that it's typically due to CI problems
|
|
|
|
|
threshold: 2
|