Skip to content

Commit

Permalink
Set coverage to fail if less than 90%
Browse files Browse the repository at this point in the history
  • Loading branch information
jaime-cespedes-sisniega committed Mar 31, 2024
1 parent 61cd98d commit 3104e20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ deps =
scikit-learn>=1.3.2,<1.4
commands = pytest --cov={[base]package} \
--cov-report term \
--cov-report=xml
--cov-report=xml \
--cov-fail-under=90

[pytest]
addopts = -ra -q
Expand Down

0 comments on commit 3104e20

Please sign in to comment.