Skip to content

Commit

Permalink
Configure codecov ignored files (#745)
Browse files Browse the repository at this point in the history
* [WIP] Adds codecov.yml to ignore files from code coverage

* [WIP] Adds more files to ignore for coverage

* Removes p2psrv/bootstrap_nodes.go from ignored files

* Update codecov.yml

---------

Co-authored-by: libotony <[email protected]>
  • Loading branch information
ahasikos and libotony authored May 27, 2024
1 parent 8f2373b commit ad418f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ignore:
- "builtin/gen/bindata.go"
- "tracers/**/gen_*.go"

0 comments on commit ad418f2

Please sign in to comment.