Skip to content

Commit fee4775

Browse files
Add make coverage as alias for make coverage-test
1 parent 2b8543d commit fee4775

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ test-all: test tox
129129
coverage-test:
130130
@$(MAKE) -B .coverage
131131

132+
coverage: coverage-test
133+
132134
coverage-show:
133135
@$(CONDA_RUN) python -m webbrowser file://$(COVERAGE_HTML)/index.html
134136

0 commit comments

Comments
 (0)