Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSchipper committed Mar 30, 2024
1 parent 6d920cc commit d2310d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Tests
run: |
pytest --cov=${PWD}/src--cov-report xml:coverage.xml tests/unit
pytest --cov=${PWD}/src --cov-report xml:coverage.xml tests/unit
cat coverage.xml
- name: fix code coverage paths
Expand Down

0 comments on commit d2310d6

Please sign in to comment.