Skip to content

Commit

Permalink
add coverage makro to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEimer committed Dec 11, 2023
1 parent 2e62f68 commit fac01d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ format: format-black format-isort
test:
$(PYTEST) test

test-cov:
$(PYTEST) test --cov=carl --cov-report=html:test_coverage_carl

clean-doc:
$(MAKE) -C ${DOCDIR} clean

Expand Down

0 comments on commit fac01d2

Please sign in to comment.