Skip to content

Commit

Permalink
Added the "--cov-report term-missing" from the github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
reinout committed Nov 28, 2022
1 parent d3c1f8a commit 6e6d6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -6,7 +6,7 @@ extra-message = [ci skip]
profile = black

[tool:pytest]
addopts = --cov --cache-clear z3c/
addopts = --cov --cov-report term-missing --cache-clear z3c/

[flake8]
ignore = E501, # black takes care of line length
Expand Down

0 comments on commit 6e6d6e2

Please sign in to comment.