Skip to content

Commit

Permalink
Upload coverage reports on push to main (vmware-tanzu#2442)
Browse files Browse the repository at this point in the history
Follow up to vmware-tanzu#2280 to ensure
main branch has reports uploaded.

Fixes: 2408

Signed-off-by: Vijay Katam <[email protected]>
  • Loading branch information
vijaykatam authored May 24, 2022
1 parent 8bc7aeb commit 63b805d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release_staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ jobs:
- name: Test
run: make test

- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v3
with:
files: ./coverage1.txt,./coverage2.txt,./coverage3.txt,./addons/coverage.txt,./addons/pinniped/post-deploy/coverage.txt,./addons/pinniped/tanzu-auth-controller-manager/coverage.txt

- id: upload-cli-artifacts
# do not upload unsigned/untested artifacts to GCP bucket
if: ${{ false }}
Expand Down

0 comments on commit 63b805d

Please sign in to comment.