Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
chore(ci): Update codecov uploader
Browse files Browse the repository at this point in the history
codecov is deprecating their bash uploader we currently use. This change
updates the CI config to use their GitHub action which uses their new
uploader.

Fixes #4245

Signed-off-by: Jon Huhn <[email protected]>
  • Loading branch information
nojnhuh committed Oct 13, 2021
1 parent f7852cf commit 93d862e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,9 @@ jobs:
run: make go-test-coverage
- name: Upload Coverage
if: ${{ success() }}
run: bash <(curl -s https://codecov.io/bash) -F unittests
uses: codecov/codecov-action@v2
with:
flags: unittests

scenarios_tests:
name: Test various Envoy + SMI configuration scenarios
Expand Down

0 comments on commit 93d862e

Please sign in to comment.