Skip to content

Commit

Permalink
Merge pull request #2053 from wotolom/update-workflow-ci
Browse files Browse the repository at this point in the history
chore: update workflow ci
  • Loading branch information
MisterMX authored Apr 29, 2024
2 parents 7fe0657 + 995d03d commit a91527e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,10 @@ jobs:
run: make -j2 test

- name: Publish Unit Test Coverage
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3
uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3
with:
flags: unittests
file: _output/tests/linux_amd64/coverage.txt
files: _output/tests/linux_amd64/coverage.txt

e2e-tests:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit a91527e

Please sign in to comment.