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 e1ddb38 commit adb140aCopy full SHA for adb140a
2 files changed
.github/workflows/ci-cd.yml
@@ -82,7 +82,7 @@ jobs:
82
- name: Notify Codecov that all coverage reports have been uploaded
83
if: >-
84
!cancelled()
85
- uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
+ uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
86
with:
87
fail_ci_if_error: true
88
run_command: send-notifications
.github/workflows/reusable-test.yml
@@ -74,7 +74,7 @@ jobs:
74
run: |
75
uv run make mototest
76
- name: Upload coverage to Codecov
77
78
79
files: ./coverage.xml
80
# yamllint disable-line rule:line-length
0 commit comments