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 213dac9 commit 37802a1Copy full SHA for 37802a1
.github/workflows/tests.yml
@@ -85,9 +85,10 @@ jobs:
85
path: cypress/videos
86
if-no-files-found: ignore # 'warn' or 'error' are also available, defaults to `warn`
87
- name: Upload coverage to Codecov
88
- uses: codecov/codecov-action@v2
+ uses: codecov/codecov-action@v4
89
+ env:
90
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
91
with:
- token: ${{ secrets.CODECOV }}
92
flags: unit
93
verbose: true
94
fail_ci_if_error: true
0 commit comments