Skip to content

Commit

Permalink
chore(codecov): ignore generated files (#2998)
Browse files Browse the repository at this point in the history
The change does not appear to be applied to my PR #2920, so I am opening
a dedicated PR to make Codecov aware.

Signed-off-by: moul <[email protected]>
  • Loading branch information
moul authored Oct 22, 2024
1 parent ec222ec commit 5c876f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,8 @@ flag_management:
- type: patch
target: auto # Let's decrease this later.
threshold: 10

ignore:
- "gnovm/stdlibs/generated.go"
- "gnovm/tests/stdlibs/generated.go"
- "**/*.pb.go"

0 comments on commit 5c876f3

Please sign in to comment.