Skip to content

Commit

Permalink
Fix coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga committed Nov 22, 2023
1 parent 5a52b37 commit c583d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
pip install -r requirements_dev.txt
- name: Run coverage test 🎢
run: pytest --cov=pymitter --cov-report xml:coverage_39.xml tests.py
run: pytest --cov=pymitter --cov-report xml:coverage_39.xml tests

- name: Upload report 🔝
uses: codecov/codecov-action@v2
Expand Down

0 comments on commit c583d2a

Please sign in to comment.