Skip to content

Commit

Permalink
fix coverage report (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhindes authored Apr 6, 2023
1 parent 05661e2 commit 555809e
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 @@ envlist = clean, py37, py38, py39, py310, py311, report
whitelist_externals = poetry
commands =
poetry install -v
poetry run pytest --quiet --cov=nidaqmx --cov-append --cov-report= --junitxml=pytests-{envname}.xml tests/ {posargs}
poetry run pytest --quiet --cov=generated/nidaqmx --cov-append --cov-report= --junitxml=pytests-{envname}.xml tests/ {posargs}

[testenv:clean]
skip_install = true
Expand Down

0 comments on commit 555809e

Please sign in to comment.