summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Flint <[email protected]>2020-04-17 16:26:49 -0400
committerAlex Flint <[email protected]>2020-04-17 16:26:49 -0400
commit68f16910809e231849b49a072fa904ea43e680c7 (patch)
treee29213ad0e171dd83628d79ecad35b12abbc48f2
parentf78dec87696adddc8f5a70fb59b905694cf41509 (diff)
upload to codecov
-rw-r--r--.github/workflows/go.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 4be256c..3840227 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -24,7 +24,7 @@ jobs:
with:
go-version: ${{ matrix.go }}
- - name: Check out code into the Go module directory
+ - name: Checkout
uses: actions/checkout@v2
- name: Build
@@ -34,10 +34,9 @@ jobs:
run: go test -v -coverprofile=profile.cov .
- name: Send coverage
- uses: shogo82148/actions-goveralls@v1
+ run: bash <(curl -s https://codecov.io/bash)
with:
- path-to-profile: profile.cov
- parallel: true
+ file: ./profile.cov
# notifies coveralls that all test jobs are finished
finish: