File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -180,15 +180,15 @@ jobs:
180180 pytest tests -n auto --cov=deebot_client --cov-report xml --junitxml=junit.xml -o junit_family=legacy -v
181181 cargo llvm-cov report --lcov --output-path coverage.lcov
182182 - name : Upload coverage to Codecov
183- uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
183+ uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
184184 with :
185185 fail_ci_if_error : true
186186 disable_telem : true
187187 use_oidc : true
188188 files : coverage.lcov,coverage.xml
189189 - name : Upload test results to Codecov
190190 if : ${{ !cancelled() && steps.tests.outcome == 'success' }}
191- uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
191+ uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
192192 with :
193193 fail_ci_if_error : true
194194 disable_telem : true
You can’t perform that action at this time.
0 commit comments