We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff16466 commit 29e930cCopy full SHA for 29e930c
1 file changed
.github/workflows/codecov.yml
@@ -20,7 +20,7 @@ jobs:
20
enable-cache: true
21
- run: uv python install 3.12
22
- run: make coverage
23
- - uses: codecov/codecov-action@v5
+ - uses: codecov/codecov-action@v6
24
with:
25
fail_ci_if_error: true
26
verbose: true
0 commit comments