Skip to content

Commit

Permalink
Deps: Update coverallsapp/github-action action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and literat committed Jul 24, 2023
1 parent 8c81980 commit d79f56b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ jobs:
run: yarn types

- name: Publish Web Package Code Coverage
uses: coverallsapp/github-action@v1.2.5
uses: coverallsapp/github-action@v2.2.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./packages/web/.coverage/lcov.info
flag-name: web

- name: Publish Web-React Package Code Coverage
uses: coverallsapp/github-action@v1.2.5
uses: coverallsapp/github-action@v2.2.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./packages/web-react/.coverage/lcov.info
Expand Down

0 comments on commit d79f56b

Please sign in to comment.