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

Commit 51def81

Browse files
committed
Use node-version for coveralls flag-name key
1 parent d169590 commit 51def81

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)