Skip to content

Commit

Permalink
Correction de l'erreur 422 de Coveralls (#6646)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippemilink authored Sep 25, 2024
1 parent 1037e95 commit 15b4c43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.github_token }}
COVERALLS_PARALLEL: true
COVERALLS_FLAG_NAME: "${{ matrix.module }}"
COVERALLS_SERVICE_JOB_ID: "${{ github.run_id }}" # https://github.com/TheKevJames/coveralls-python/issues/252#issuecomment-1823885633

# Push coverage data to Coveralls.
coverage:
Expand Down

0 comments on commit 15b4c43

Please sign in to comment.