Skip to content

Commit

Permalink
update converage upload condition
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorb1 committed Dec 11, 2023
1 parent 77e269d commit d6f40c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Upload coverage data to converalls.io
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: ${{ matrix.os }} == "ubuntu-latest" && ${{ matrix.python-version }} == "ubuntu-latest"
run: |
pip install --upgrade coveralls
coveralls --service=github

0 comments on commit d6f40c6

Please sign in to comment.