We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc5fb3d + ae59c21 commit 18867ecCopy full SHA for 18867ec
.github/workflows/build.yml
@@ -28,18 +28,18 @@ jobs:
28
- run: npm run build --if-present
29
- run: npm test
30
- name: Coveralls
31
- uses: coverallsapp/github-action@master
+ uses: coverallsapp/github-action@v2
32
with:
33
github-token: ${{ secrets.github_token }}
34
- flag-name: run-${{ matrix.test_number }}
+ flag-name: run-${{ matrix.node-version }}
35
parallel: true
36
37
coverage:
38
runs-on: ubuntu-latest
39
needs: build
40
steps:
41
- name: Coveralls Finished
42
43
44
45
parallel-finished: true
0 commit comments