Skip to content

Commit

Permalink
tox: generate coverage report for all the plugins (#1121) (#1130)
Browse files Browse the repository at this point in the history
[PR #1121/0ee69813 backport][stable-4] tox: generate coverage report for all the plugins

This is a backport of PR #1121 as merged into main (0ee6981).
Include all the plugins in the coverage report, including those with
zero coverage currently.

Reviewed-by: Mark Chappell <None>
  • Loading branch information
patchback[bot] authored Oct 6, 2022
1 parent d3f02ee commit 9b9a403
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-ansible-units
-rtest-requirements.txt
with_constraints: -rtests/unit/constraints.txt
commands = pytest --cov-report html --cov plugins {posargs:tests/}
commands = pytest --cov-report html --cov plugins/callback --cov plugins/inventory --cov plugins/lookup --cov plugins/module_utils --cov plugins/modules plugins {posargs:tests/}

[testenv:clean]
deps = coverage
Expand Down

0 comments on commit 9b9a403

Please sign in to comment.