Skip to content

Commit

Permalink
Fix Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
Shutgun committed Jan 14, 2025
1 parent 644daf7 commit 6711413
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,9 @@ jobs:
with:
name: coverage
- name: Coveralls
run: |
python -m pip install --upgrade pip
pip install wheel coveralls
export COVERALLS_REPO_TOKEN=${{ secrets.COVERALLS_TOKEN }}
coveralls
uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Clean up coverage
uses: geekyeggo/[email protected]
with:
Expand Down

0 comments on commit 6711413

Please sign in to comment.