mirror of
https://github.com/VinGarcia/ksql.git
synced 2025-05-01 04:59:39 +00:00
14 lines
335 B
YAML
14 lines
335 B
YAML
coverage:
|
|
ignore:
|
|
- "internal/**/*"
|
|
- "examples/**/*"
|
|
- "kbuilder/*"
|
|
- "kstructs/*"
|
|
status:
|
|
changes:
|
|
default:
|
|
threshold: 2%
|
|
# ignore errors from changes, this raises false negatives for
|
|
# code refactors, and I do many refactors, so I don't want this.
|
|
#if_ci_failed: ignore
|