We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 101b042 + c21c14a commit a163d35Copy full SHA for a163d35
.github/workflows/CI.yml
@@ -42,7 +42,7 @@ jobs:
42
uv run -- maturin develop --uv
43
uv run -- pytest tests --cov=foobar --cov-report xml
44
cargo llvm-cov report --lcov --output-path coverage.lcov
45
- - uses: codecov/codecov-action@v5
+ - uses: codecov/codecov-action@v6
46
with:
47
token: ${{ secrets.CODECOV_TOKEN }}
48
files: coverage.lcov,coverage.xml
0 commit comments