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 4cc15c7 commit 9050a40Copy full SHA for 9050a40
.github/workflows/ci.yml
@@ -157,7 +157,7 @@ jobs:
157
pytest tests --cov=deebot_client --cov-report xml --junitxml=junit.xml -o junit_family=legacy -v
158
cargo llvm-cov report --lcov --output-path coverage.lcov
159
- name: Upload coverage to Codecov
160
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
+ uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
161
with:
162
fail_ci_if_error: true
163
disable_telem: true
0 commit comments