Skip to content

Commit

Permalink
codecov, fix: Fix the ignoring path regex pattern in codecov.yaml (#175
Browse files Browse the repository at this point in the history
  • Loading branch information
art-tapin authored Aug 1, 2023
1 parent dfad7ee commit 476e637
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ codecov:
comment:
layout: "header, diff, flags, components, files"

# Find more at https://docs.codecov.com/docs/ignoring-paths
ignore:
- api/external/** # ignoring external vendor code
- **/*.deepcopy.go # ignore controller-gen generated code
- "**/*.deepcopy.go" # ignore controller-gen generated code

flag_management:
individual_flags:
Expand Down

0 comments on commit 476e637

Please sign in to comment.