Skip to content

Commit

Permalink
Fix coverage path.
Browse files Browse the repository at this point in the history
  • Loading branch information
fschulze committed Aug 17, 2022
1 parent ff5a235 commit e2961ad
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 @@ -12,7 +12,7 @@ deps =
pytest-flake8;python_version!="2.7"
changedir = {envdir}
commands =
{envbindir}/py.test --cov {envsitepackagesdir}/ploy/ --cov-report html:{toxinidir}/htmlcov_{envname} {posargs} {envsitepackagesdir}/ploy_ec2/
{envbindir}/py.test --cov {envsitepackagesdir}/ploy_ec2/ --cov-report html:{toxinidir}/htmlcov_{envname} {posargs} {envsitepackagesdir}/ploy_ec2/

[pytest]
addopts = --flake8 --tb=native
Expand Down

0 comments on commit e2961ad

Please sign in to comment.