upload to codecov

This commit is contained in:
Alex Flint 2020-04-17 16:26:49 -04:00
parent f78dec8769
commit 68f1691080
1 changed files with 3 additions and 4 deletions

View File

@ -24,7 +24,7 @@ jobs:
with: with:
go-version: ${{ matrix.go }} go-version: ${{ matrix.go }}
- name: Check out code into the Go module directory - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Build - name: Build
@ -34,10 +34,9 @@ jobs:
run: go test -v -coverprofile=profile.cov . run: go test -v -coverprofile=profile.cov .
- name: Send coverage - name: Send coverage
uses: shogo82148/actions-goveralls@v1 run: bash <(curl -s https://codecov.io/bash)
with: with:
path-to-profile: profile.cov file: ./profile.cov
parallel: true
# notifies coveralls that all test jobs are finished # notifies coveralls that all test jobs are finished
finish: finish: