Skip to content

Commit

Permalink
Fix typo in coverage in tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cmalinmayor committed Feb 23, 2024
1 parent 8c18309 commit 9114301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Test with pytest
shell: bash -el {0}
run: |
pytest --color=yes --cov --cov-report=xml --cov-report=term_missing tests
pytest --color=yes --cov --cov-report=xml --cov-report=term-missing tests
# Coverage should work out of the box for public repos. For private repos, more setup is likely required.
- name: Coverage
uses: codecov/codecov-action@v3

0 comments on commit 9114301

Please sign in to comment.