Skip to content

Commit

Permalink
chore(coverage): enable branch coverage (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
msabramo authored Aug 8, 2021
1 parent 13c41dd commit 17d293d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tests:
python radon/tests/run.py

cov:
coverage erase && coverage run --include "radon/*" --omit "radon/__init__.py,radon/cli.py,radon/tests/*" radon/tests/run.py
coverage erase && coverage run --branch --include "radon/*" --omit "radon/__init__.py,radon/cli.py,radon/tests/*" radon/tests/run.py
coverage report -m

htmlcov: cov
Expand Down

0 comments on commit 17d293d

Please sign in to comment.