From 15b4c43f42f19d38fe479e96adc8b32e03f3f5f4 Mon Sep 17 00:00:00 2001 From: "Ph. SW." Date: Wed, 25 Sep 2024 21:23:49 +0200 Subject: [PATCH] Correction de l'erreur 422 de Coveralls (#6646) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa529da930..bddba0548c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: