Skip to content

Commit

Permalink
Fix coverage test
Browse files Browse the repository at this point in the history
  • Loading branch information
avalentino committed Oct 15, 2023
1 parent 7862016 commit c1f7a5c
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 @@ -85,7 +85,7 @@ ext-coverage: src/epr.pyx
env PYEPR_COVERAGE=TRUE $(PYTHON) setup.py build_ext --inplace

coverage: clean ext-coverage
$(PYTHON) -m pytest --cov --cov-report=term --cov-report=html
env PYTHONPATH=src $(PYTHON) -m pytest --cov --cov-report=term --cov-report=html

debug:
$(PYTHON)d setup.py build_ext --inplace --debug
Expand Down

0 comments on commit c1f7a5c

Please sign in to comment.