Skip to content

Commit

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

docs:
name: Doc test
Expand Down

0 comments on commit c21b14d

Please sign in to comment.