13 lines
266 B
YAML
13 lines
266 B
YAML
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
# Do not fail the commit status if the coverage was reduced up to this value
|
|
threshold: 0.5%
|
|
patch:
|
|
default:
|
|
informational: true
|
|
ignore:
|
|
- "log_fallback.go"
|
|
- "internal/testutils"
|