Skip to content

Commit 17d293d

Browse files
authored
chore(coverage): enable branch coverage (#221)
1 parent 13c41dd commit 17d293d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ tests:
1919
python radon/tests/run.py
2020

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

2525
htmlcov: cov

0 commit comments

Comments
 (0)