diff options
| author | Baptiste Mispelon <bmispelon@gmail.com> | 2024-10-23 13:54:49 +0200 |
|---|---|---|
| committer | Baptiste Mispelon <bmispelon@gmail.com> | 2024-10-23 14:09:18 +0200 |
| commit | d786988b9a64185c71582ffc26c946ea084fe3bf (patch) | |
| tree | c7a6c79ddcb0fb673434e38128559991bb60eddd /.github | |
| parent | 3a5236f5f35c734bb576365135f93a285f625b77 (diff) | |
Fixed coveralls github action on Python 3.12
Thanks to Mark Walker for the research on this!
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/tests.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bf3001a4..523fafab 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 |
