Skip to content

Commit

Permalink
different approach to coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
J.R. Angevaare committed Aug 9, 2023
1 parent 80e8b2a commit 8435be4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,5 @@
# Regexes for lines to exclude from consideration
exclude_lines =
if __name__ == .__main__.:
raise
print
warn
plt.show()
message =
log.warning
get_logger().warning
log.error
get_logger().error


ignore_errors = True

0 comments on commit 8435be4

Please sign in to comment.