Skip to content

Commit

Permalink
bring back coverage session
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh-cpp committed Sep 27, 2024
1 parent 49f7cc4 commit a4e8142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
matrix.python-version }} --verbose
- name: Run tests and generate coverage report
run:
pipx run nox -s tests-${{ matrix.python-version.key ||
pipx run nox -s coverage-${{ matrix.python-version.key ||
matrix.python-version }} --verbose
- name: Coveralls requires coverage.py
run: |
Expand Down

0 comments on commit a4e8142

Please sign in to comment.