Skip to content

Commit

Permalink
ci: upgrade codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed May 12, 2024
1 parent 3ab1e5e commit d6d4dd3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:
# e2e tests that that run locally
- run: pnpm run -r test:e2e:ci

- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

# - name: 'Start BrowserStackLocal Tunnel'
# uses: 'browserstack/github-actions/setup-local@master'
Expand Down

0 comments on commit d6d4dd3

Please sign in to comment.