Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 8f4c140

Browse files
authored
Merge pull request #92 from Throne3d/fix/coveralls
Use node-version for coveralls flag-name key
2 parents d169590 + 51def81 commit 8f4c140

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,9 @@ jobs:
3030
- run: npm run save-coverage
3131
- name: Report to Coveralls (parallel)
3232
uses: coverallsapp/github-action@master
33-
env:
34-
COVERALLS_FLAG_NAME: run-${{ matrix.test_number }}
3533
with:
3634
github-token: ${{ secrets.GITHUB_TOKEN }}
35+
flag-name: run-${{ matrix.node-version }}
3736
parallel: true
3837

3938
finish:

0 commit comments

Comments
 (0)