There was an error while loading. Please reload this page.
2 parents d3b1d6a + 677946a commit 3286f84Copy full SHA for 3286f84
1 file changed
.github/workflows/ci.yml
@@ -187,10 +187,10 @@ jobs:
187
run: make -j2 test
188
189
- name: Publish Unit Test Coverage
190
- uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4
+ uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
191
with:
192
flags: unittests
193
- file: _output/tests/linux_amd64/coverage.txt
+ files: _output/tests/linux_amd64/coverage.txt
194
195
local-deploy:
196
runs-on: ubuntu-24.04
0 commit comments