* Add tests for mqtrigger/timetrigger * Change command to run tests * correct coverage command * update coverpkg --------- Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
13 lines
230 B
YAML
13 lines
230 B
YAML
ignore:
|
|
- "charts"
|
|
- "test/tests"
|
|
- "tools"
|
|
- "pkg/apis/genclient"
|
|
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
threshold: 2
|
|
# Disable patch coverage check since we focus on project coverage.
|
|
patch: off
|