Skip to content

Commit

Permalink
Trace coverage for correct module on Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Feb 8, 2021
1 parent c20396f commit 9c1d820
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 @@ -166,7 +166,7 @@ deps =
-r{toxinidir}/tests/requirements.txt
commands =
python --version
python -m pytest --cov=pyms_agilent -r aR tests/ {posargs}
python -m pytest --cov=mh_utils -r aR tests/ {posargs}
[dep_checker]
Expand Down

0 comments on commit 9c1d820

Please sign in to comment.