Skip to content

Commit

Permalink
ci: fix coveralls integration (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
palcarazm authored Feb 1, 2025
1 parent fdb3bb5 commit e60d751
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,17 @@ jobs:
flag-name: coverage-report-${{ matrix.node-version }}
parallel: true

coverage-finished:
needs: build-and-test
if: ${{ always() }}
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@v2
with:
parallel-finished: true
carryforward: "coverage-report-18.x,coverage-report-20.x,coverage-report-22.x"

analyze:
name: Analyze code with CodeQL
runs-on: ubuntu-latest
Expand Down

0 comments on commit e60d751

Please sign in to comment.