Skip to content

Commit

Permalink
chore: ignore generated files in codecov reports (#766)
Browse files Browse the repository at this point in the history
Ensure we ignore the generated files from the codecov reports.
  • Loading branch information
jooola authored May 27, 2024
1 parent 3125351 commit 4ee0db1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ignore:
- "**/zz_*.go"

0 comments on commit 4ee0db1

Please sign in to comment.