mirror of https://github.com/VinGarcia/ksql.git
14 lines
345 B
YAML
14 lines
345 B
YAML
coverage:
|
|
ignore:
|
|
- "internal/**/*"
|
|
- "examples/**/*"
|
|
- "kbuilder/*"
|
|
- "kstructs/*"
|
|
status:
|
|
project:
|
|
default:
|
|
target: 88%
|
|
# ignore errors from changes in coverage, this raises false negatives
|
|
# for code refactors, and I do many refactors, so I don't want this.
|
|
#if_ci_failed: ignore
|