Skip to content

Commit

Permalink
fixup! Update path to _version.py in skipped files
Browse files Browse the repository at this point in the history
  • Loading branch information
misialq committed Oct 23, 2024
1 parent 585d1b0 commit 5267c0c
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 @@ -12,7 +12,7 @@ test: all
py.test

test-cov: all
python -m coverage run --omit "**/tests*,**/__init__.py,q2_moshpit/_version.py,versioneer.py" -m pytest && coverage xml -o coverage.xml
python -m coverage run --omit "**/tests*,**/__init__.py,**/_version.py,versioneer.py" -m pytest && coverage xml -o coverage.xml

install: all
$(PYTHON) setup.py install
Expand Down

0 comments on commit 5267c0c

Please sign in to comment.