Skip to content

Commit

Permalink
[ci] Fix coveralls parallel run
Browse files Browse the repository at this point in the history
The error "Can't add a job to a build that is already closed"
is fixed assigning a unique name to each parallel run
of the tests.

Signed-off-by: Santiago Dueñas <[email protected]>
  • Loading branch information
sduenas committed Jun 13, 2024
1 parent a3caa97 commit c5a0394
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ jobs:
uses: coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63 # v2.3.0
with:
coverage-reporter-version: "v0.6.9"
flag-name: run ${{ join(matrix.*, ' - ') }}
parallel: true

0 comments on commit c5a0394

Please sign in to comment.