Skip to content

Commit

Permalink
chore: add ignore path for codecov (envoyproxy#3072)
Browse files Browse the repository at this point in the history
* add ignore path for codecov

Signed-off-by: shawnh2 <shawnhxh@outlook.com>

* update ignore paths

Signed-off-by: shawnh2 <shawnhxh@outlook.com>

---------

Signed-off-by: shawnh2 <shawnhxh@outlook.com>
  • Loading branch information
shawnh2 authored Apr 2, 2024
1 parent 06e4f39 commit 9416798
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ coverage:
target: 60%
threshold: 5%
if_ci_failed: error
ignore:
- "cmd"
- "**/*.pb.go"
- "**/zz_generated.deepcopy.go"

0 comments on commit 9416798

Please sign in to comment.