Skip to content

Commit

Permalink
ci(code-cov): Allow lower coverage in tox -> Codecov checks in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mimre25 committed Aug 21, 2023
1 parent 4bb313c commit d1aa2de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ commands =
[testenv:py{3.9,3.10,3.11}]
commands =
{[testenv]commands}
coverage xml --fail-under 100
coverage xml

[testenv:py{3.7,3.8}]
commands =
{[testenv]commands}
coverage xml --fail-under 80
coverage xml

[testenv:ruff]
skip_install = true
Expand Down

0 comments on commit d1aa2de

Please sign in to comment.