Skip to content

Commit

Permalink
try moustakas' suggested fix for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
geordie666 committed Sep 6, 2024
1 parent 5df2bfa commit 121bf5f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,10 @@ jobs:
run: DESIMODEL=$(pwd) pytest --cov
- name: Coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: coveralls --service=github
COVERALLS_SERVICE_NAME: github
COVERALLS_SERVICE_NUMBER: "${{ github.workflow }}-${{ github.run_number }}"
run: coveralls

docs:
name: Doc test
Expand Down

0 comments on commit 121bf5f

Please sign in to comment.