Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
endast committed Nov 15, 2023
1 parent 1289dc1 commit 62230ee
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 @@ -40,7 +40,7 @@ test:

#* Linting
.PHONY: test-xdist
test:
test-xdist:
PYTHONPATH=$(PYTHONPATH) poetry run pytest -n auto -c pyproject.toml --cov-report=html --cov=fake_vcf tests/
poetry run coverage-badge -o assets/images/coverage.svg -f

Expand Down

0 comments on commit 62230ee

Please sign in to comment.