Skip to content

Commit

Permalink
chore: update ci
Browse files Browse the repository at this point in the history
Signed-off-by: Charel Baum <[email protected]>
  • Loading branch information
Charel Baum committed Apr 29, 2024
1 parent 4d869ff commit 21b36a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,10 @@ jobs:
run: make -j2 test

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

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

0 comments on commit 21b36a6

Please sign in to comment.