755a87cdbb
This should ignore coverage changes in this test-only component, using the syntax described here: https://docs.codecov.io/docs/ignoring-paths. Signed-off-by: Matt Moyer <moyerm@vmware.com>
16 lines
261 B
YAML
16 lines
261 B
YAML
codecov:
|
|
strict_yaml_branch: main
|
|
require_ci_to_pass: no
|
|
notify:
|
|
wait_for_ci: no
|
|
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
informational: true
|
|
patch:
|
|
default:
|
|
informational: true
|
|
ignore:
|
|
- cmd/local-user-authenticator/
|