Skip to content

Commit

Permalink
fix: déclenche l'analyse centralisée du coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
thom4parisot committed Oct 8, 2024
1 parent 44fe2e0 commit c095085
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,15 @@ jobs:
with:
base-path: ${{ matrix.app }}
parallel: true
flag-name: run ${{ join(matrix.*, ' - ') }}
flag-name: run-${{ join(matrix.*, ' - ') }}

finish:
needs: test
if: ${{ always() }}
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@v2
with:
parallel-finished: true
carryforward: "run-front,run-graphql,run-export"

0 comments on commit c095085

Please sign in to comment.