We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e7c1a3 + 8b6960c commit bc9d7d0Copy full SHA for bc9d7d0
1 file changed
.github/workflows/codecov.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Run tests with coverage
34
run: npm run coverage
35
- name: Upload coverage to Codecov
36
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
37
with:
38
files: ./coverage/lcov.info
39
flags: unittests
0 commit comments