Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ab1e5e commit d6d4dd3Copy full SHA for d6d4dd3
‎.github/workflows/test.yml‎
@@ -42,7 +42,9 @@ jobs:
42
# e2e tests that that run locally
43
- run: pnpm run -r test:e2e:ci
44
45
- - uses: codecov/codecov-action@v2
+ - uses: codecov/codecov-action@v4
46
+ with:
47
+ token: ${{ secrets.CODECOV_TOKEN }}
48
49
# - name: 'Start BrowserStackLocal Tunnel'
50
# uses: 'browserstack/github-actions/setup-local@master'
0 commit comments