Skip to content

Commit 2c38de4

Browse files
authored
ci: properly configure coveralls parallel label (#94)
1 parent 541aa6b commit 2c38de4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci-cd.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646
run: npm run coverage
4747

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

5454
coverage:
5555
name: Code Coverage
@@ -58,9 +58,8 @@ jobs:
5858
needs: test
5959
steps:
6060
- name: Let Coveralls know that all tests have finished
61-
uses: coverallsapp/github-action@045a25193560dc194e405657f552faeb6b9433aa
61+
uses: coverallsapp/github-action@f350da2c033043742f89e8c0b7b5145a1616da6d
6262
with:
63-
github-token: ${{ secrets.GITHUB_TOKEN }}
6463
parallel-finished: true
6564

6665
build:

0 commit comments

Comments
 (0)