Skip to content
Snippets Groups Projects

tox: Adapt configuration to make the coverage report work

1 unresolved thread
Compare and
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -6,8 +6,9 @@ deps =
.[testing]
pytest-cov
pifpaf
pytest-django
commands =
pifpaf run postgresql -- pytest {envsitepackagesdir}/swh/deposit --cov=swh --cov-branch {posargs}
pifpaf run postgresql -- pytest --cov {envsitepackagesdir}/swh/deposit --cov-branch {posargs} {envsitepackagesdir}/swh/deposit
Please register or sign in to reply
[testenv:flake8]
skip_install = true
Loading