Skip to content

Commit

Permalink
fix: ignoring src/scenic/simulators in codecov report (#224)
Browse files Browse the repository at this point in the history
* fix: ignoring src/scenic/simulators in codecov report

* fix: clean including of simulators utils and newtonian

---------

Co-authored-by: Armando Banuelos <[email protected]>
  • Loading branch information
abanuelo and Armando Banuelos authored Apr 10, 2024
1 parent e936093 commit b2bb2f7
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
Expand Up @@ -17,6 +17,8 @@ codecov:
require_ci_to_pass: true
ignore:
- "src/scenic/simulators/**"
- "!src/scenic/simulators/newtonian/**"
- "!src/scenic/simulators/utils/**"
cli:
plugins:
pycoverage:
Expand Down

0 comments on commit b2bb2f7

Please sign in to comment.