Skip to content

Commit

Permalink
Include deps from the base config in diffcov.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Feb 18, 2024
1 parent 178d254 commit 779219c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Expand Up @@ -12,6 +12,7 @@ extras =
[testenv:diffcov]
description = run tests and check that diff from main is covered
deps =
{[testenv]deps}
diff-cover
commands =
pytest {posargs} --cov-report xml
Expand Down

0 comments on commit 779219c

Please sign in to comment.