Skip to content

Commit

Permalink
chore(test): bump coveralls versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonluca committed Mar 5, 2024
1 parent f972f61 commit cf50487
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI-CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: yarn test:node

- name: Send code coverage results to Coveralls
uses: coverallsapp/github-action@v1.1.0
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel: true
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
run: yarn test:browser

- name: Send code coverage results to Coveralls
uses: coverallsapp/github-action@v1.1.0
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel: true
Expand All @@ -94,7 +94,7 @@ jobs:
- browser_tests
steps:
- name: Let Coveralls know that all tests have finished
uses: coverallsapp/github-action@v1.1.0
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
Expand Down

0 comments on commit cf50487

Please sign in to comment.