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.
1 parent f1fec4b commit 6446dc6Copy full SHA for 6446dc6
.github/workflows/ci.yml
@@ -180,7 +180,7 @@ jobs:
180
pytest tests -n auto --cov=deebot_client --cov-report xml --junitxml=junit.xml -o junit_family=legacy -v
181
cargo llvm-cov report --lcov --output-path coverage.lcov
182
- name: Upload coverage to Codecov
183
- uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
+ uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
184
with:
185
fail_ci_if_error: true
186
disable_telem: true
0 commit comments