Skip to content

Commit

Permalink
workflow mods
Browse files Browse the repository at this point in the history
  • Loading branch information
okken committed Nov 12, 2023
1 parent fdc2fa8 commit 1672333
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ deps =
pytest
pytest-cov
commands =
pytest --cov=cards --cov=tests --cov-branch --cov-fail-under=100 {posargs}
pytest --cov=cards --cov=tests {posargs}
package = wheel
wheel_build_env = .pkg

Expand All @@ -16,6 +16,9 @@ addopts =
--strict-markers
--strict-config
-ra
--cov-branch
--cov-fail-under=100
--color=yes
testpaths = tests
pythonpath = tests/cli

Expand Down

0 comments on commit 1672333

Please sign in to comment.