Skip to content

Commit

Permalink
Fixed coveralls github action on Python 3.12
Browse files Browse the repository at this point in the history
Thanks to Mark Walker for the research on this!
  • Loading branch information
bmispelon committed Oct 23, 2024
1 parent 3a5236f commit d786988
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,9 @@ jobs:
- name: Coveralls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_PARALLEL: true
COVERALLS_FLAG_NAME: "${{ matrix.python-version }}"
COVERALLS_SERVICE_NAME: github
COVERALLS_SERVICE_JOB_ID: "${{ github.run_id }}"
COVERALLS_SERVICE_NUMBER: "${{ github.workflow }}-${{ github.run_number }}"
run: coveralls --service=github

0 comments on commit d786988

Please sign in to comment.