Skip to content

Commit

Permalink
Upload coverage data to coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed Oct 5, 2023
1 parent eae4cfd commit aa203ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
- name: Upload coverage to coveralls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: ${{ matrix.python-version == '3.7' }}
if: ${{ matrix.python-version == '3.8' && !matrix.latest-brian }}
run: coveralls --service=github

0 comments on commit aa203ae

Please sign in to comment.