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.
2 parents 96cea9c + 68eecdc commit 5d36cd2Copy full SHA for 5d36cd2
.github/workflows/codecov.yml
@@ -33,9 +33,9 @@ jobs:
33
- name: Run tests with coverage
34
run: npm run coverage
35
- name: Upload coverage to Codecov
36
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
37
with:
38
- file: ./coverage/lcov.info
+ files: ./coverage/lcov.info
39
flags: unittests
40
name: codecov-umbrella
41
fail_ci_if_error: false
0 commit comments