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 5d302c1 commit 725e6d5Copy full SHA for 725e6d5
1 file changed
.github/workflows/ci.yml
@@ -160,7 +160,7 @@ jobs:
160
pytest tests --cov=deebot_client --cov-report xml --junitxml=junit.xml -o junit_family=legacy -v
161
cargo llvm-cov report --lcov --output-path coverage.lcov
162
- name: Upload coverage to Codecov
163
- uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
+ uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
164
with:
165
fail_ci_if_error: true
166
disable_telem: true
0 commit comments