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
2
.github/codecov.yml
vendored
2
.github/codecov.yml
vendored
@ -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