Skip to content

Commit

Permalink
ci: properly configure coveralls parallel label (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous committed May 2, 2023
1 parent 541aa6b commit 2c38de4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
run: npm run coverage

- name: Send code coverage results to Coveralls
uses: coverallsapp/github-action@045a25193560dc194e405657f552faeb6b9433aa
uses: coverallsapp/github-action@f350da2c033043742f89e8c0b7b5145a1616da6d
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel: true
flag-name: Node.js ${{ matrix.node-version }} / ${{ matrix.os }}

coverage:
name: Code Coverage
Expand All @@ -58,9 +58,8 @@ jobs:
needs: test
steps:
- name: Let Coveralls know that all tests have finished
uses: coverallsapp/github-action@045a25193560dc194e405657f552faeb6b9433aa
uses: coverallsapp/github-action@f350da2c033043742f89e8c0b7b5145a1616da6d
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true

build:
Expand Down

0 comments on commit 2c38de4

Please sign in to comment.