From 51def812e6d944aba3adcc4f3884a7d8638c2368 Mon Sep 17 00:00:00 2001 From: Edward Jones Date: Sat, 24 Apr 2021 13:06:19 -0300 Subject: [PATCH] Use node-version for coveralls flag-name key --- .github/workflows/node.js.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: