Skip to content

Commit

Permalink
Maybe it's how we're running coverage?
Browse files Browse the repository at this point in the history
  • Loading branch information
dargueta committed Sep 7, 2023
1 parent 93f8831 commit 950fbb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ allowlist_externals = poetry
skip_install = true
commands_pre =
poetry install --no-root --sync
commands = poetry run coverage -m pytest {posargs:tests} --import-mode importlib
commands = poetry run pytest --cov=binobj {posargs:tests}
passenv =
COV_PYTHON_VERSION
COV_PLATFORM
Expand Down

0 comments on commit 950fbb5

Please sign in to comment.