Skip to content

Commit

Permalink
Omit experimental code from the coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
mfitz committed Dec 12, 2023
1 parent ee6711f commit 17ca0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/.coveragerc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[run]
branch = True
omit = venv/*, tests/*, scripts/*
omit = venv/*, tests/*, scripts/*, scraper.py

[report]
fail_under = 85

0 comments on commit 17ca0df

Please sign in to comment.