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 6677515 commit 8afb687Copy full SHA for 8afb687
3 files changed
.github/workflows/build.yaml
@@ -33,7 +33,7 @@ jobs:
33
- name: Run the integration tests
34
run: npm run test:it
35
- name: Upload coverage to Codecov
36
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v7
37
with:
38
token: ${{ secrets.CODECOV_TOKEN }}
39
files: coverage/lcov.info
0 commit comments