Skip to content

Commit

Permalink
Merge pull request #570 from RocketPy-Team/dev/adds-coverage-configur…
Browse files Browse the repository at this point in the history
…ation-file

DEV: adds coverage configuration file and excluide exceptions from report
  • Loading branch information
Gui-FernandesBR authored Mar 24, 2024
2 parents f286413 + 86f6570 commit e27e522
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[report]
exclude_also=
; Don't complain about exceptions or warnings not being covered by tests
warnings.warn*

0 comments on commit e27e522

Please sign in to comment.