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 04945c7 + 975fab9 commit 48880b0Copy full SHA for 48880b0
1 file changed
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Upload coverage to Codecov
43
# Only upload from one OS to avoid double-counting.
44
if: matrix.os == 'ubuntu-latest'
45
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
46
with:
47
files: ./coverage.out
48
flags: unittests
0 commit comments