Skip to content

Commit ae59c21

Browse files
Copilotalbe
andcommitted
Upgrade dependencies and fix coverage reporting in CI
Co-authored-by: albe <4259532+albe@users.noreply.github.com>
1 parent 50ae59d commit ae59c21

File tree

3 files changed

+219
-221
lines changed

3 files changed

+219
-221
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@ jobs:
2828
- run: npm run build --if-present
2929
- run: npm test
3030
- name: Coveralls
31-
uses: coverallsapp/github-action@master
31+
uses: coverallsapp/github-action@v2
3232
with:
3333
github-token: ${{ secrets.github_token }}
34-
flag-name: run-${{ matrix.test_number }}
34+
flag-name: run-${{ matrix.node-version }}
3535
parallel: true
3636

3737
coverage:
3838
runs-on: ubuntu-latest
3939
needs: build
4040
steps:
4141
- name: Coveralls Finished
42-
uses: coverallsapp/github-action@master
42+
uses: coverallsapp/github-action@v2
4343
with:
4444
github-token: ${{ secrets.github_token }}
4545
parallel-finished: true

0 commit comments

Comments
 (0)