Skip to content

Commit

Permalink
Add minimum coverage requirement (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgy8 authored Jan 19, 2025
1 parent 2799924 commit 4be89b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool:pytest]
DJANGO_SETTINGS_MODULE = tests.settings
testpaths = tests
addopts = --cov django_dramatiq --cov-report html
addopts = --cov django_dramatiq --cov-report term --cov-fail-under=85

[pep8]
max-line-length = 120
Expand Down

0 comments on commit 4be89b3

Please sign in to comment.