Ignore test coverage for local-user-authenticator.
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>
This commit is contained in:
parent
c538a4e8e8
commit
755a87cdbb
4
.github/codecov.yml
vendored
4
.github/codecov.yml
vendored
@ -2,7 +2,7 @@ codecov:
|
|||||||
strict_yaml_branch: main
|
strict_yaml_branch: main
|
||||||
require_ci_to_pass: no
|
require_ci_to_pass: no
|
||||||
notify:
|
notify:
|
||||||
wait_for_ci: no
|
wait_for_ci: no
|
||||||
coverage:
|
coverage:
|
||||||
status:
|
status:
|
||||||
project:
|
project:
|
||||||
@ -11,3 +11,5 @@ coverage:
|
|||||||
patch:
|
patch:
|
||||||
default:
|
default:
|
||||||
informational: true
|
informational: true
|
||||||
|
ignore:
|
||||||
|
- cmd/local-user-authenticator/
|
||||||
|
Loading…
Reference in New Issue
Block a user