Skip to content

Commit

Permalink
Merge pull request #187 from philips-software/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/codecov/codecov-action-5

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
loafoe authored Dec 12, 2024
2 parents cc65161 + 0679cf0 commit 0ffa17f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
run: make -j2 test

- name: Publish Unit Test Coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
flags: unittests
file: _output/tests/linux_amd64/coverage.txt

0 comments on commit 0ffa17f

Please sign in to comment.