Skip to content

Commit

Permalink
chore: ignore testing package in codecov
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
  • Loading branch information
eddycharly committed Mar 5, 2024
1 parent a0d37e4 commit d564ac5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ignore:
- ^pkg/apis/v1alpha1/zz_generated.deepcopy.go$
- ^pkg/apis/v1alpha1/zz_generated.register.go$
- ^.*_test.go$
- ^pkg/apis/v1alpha1/zz_generated\.deepcopy\.go$
- ^pkg/apis/v1alpha1/zz_generated\.register\.go$
- ^pkg/testing/.*\.go$
- ^.*_test\.go$

0 comments on commit d564ac5

Please sign in to comment.