Skip to content

Commit d786988

Browse files
committed
Fixed coveralls github action on Python 3.12
Thanks to Mark Walker for the research on this!
1 parent 3a5236f commit d786988

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,9 @@ jobs:
6565
- name: Coveralls
6666
env:
6767
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
68+
COVERALLS_PARALLEL: true
69+
COVERALLS_FLAG_NAME: "${{ matrix.python-version }}"
70+
COVERALLS_SERVICE_NAME: github
71+
COVERALLS_SERVICE_JOB_ID: "${{ github.run_id }}"
72+
COVERALLS_SERVICE_NUMBER: "${{ github.workflow }}-${{ github.run_number }}"
6873
run: coveralls --service=github

0 commit comments

Comments
 (0)