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

feat(ci): Upload test coverage to codecov #1399

Merged
merged 1 commit into from
Aug 5, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ jobs:
go-version: 1.14
- name: Test
run: make go-test-coverage
- name: Upload Coverage
if: ${{ success() }}
run: bash <(curl -s https://codecov.io/bash)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

curlbash, fun :)


cleanup:
name: Cleanup stale CI namespaces
Expand Down