Skip to content

Commit

Permalink
fix pytest arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
widdowquinn committed Feb 19, 2024
1 parent 95219d8 commit a1dd726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-on-push-to-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: pip install -e .

- name: Run Fast Tests with pytest
run: python -m pytest -v -m "not slow" --cov=pyani --cov-report xml:.coverage_fast.xml
run: python -m pytest -v -m "not slow" --cov=pyani --cov-report=xml:.coverage_fast.xml

- name: Upload pytest Results
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a1dd726

Please sign in to comment.