diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index dff997e6..ef79a49a 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -30,10 +30,9 @@ jobs: - run: npm run save-coverage - name: Report to Coveralls (parallel) uses: coverallsapp/github-action@master - env: - COVERALLS_FLAG_NAME: run-${{ matrix.test_number }} with: github-token: ${{ secrets.GITHUB_TOKEN }} + flag-name: run-${{ matrix.node-version }} parallel: true finish: