We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fca38e4 commit 7773959Copy full SHA for 7773959
.github/workflows/cron-ci.yaml
@@ -48,7 +48,7 @@ jobs:
48
rusttool cov export --instr-profile codecov.profdata target/release/rustpython --format lcov >codecov.lcov
49
lcov -r codecov.lcov '/*' -o codecov.lcov
50
- name: upload to Codecov
51
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v3
52
with:
53
file: ./codecov.lcov
54
0 commit comments