fix github actions config
This commit is contained in:
parent
68f1691080
commit
65205f111c
|
@ -34,16 +34,4 @@ jobs:
|
||||||
run: go test -v -coverprofile=profile.cov .
|
run: go test -v -coverprofile=profile.cov .
|
||||||
|
|
||||||
- name: Send coverage
|
- name: Send coverage
|
||||||
run: bash <(curl -s https://codecov.io/bash)
|
run: bash <(curl -s https://codecov.io/bash) -f profile.cov
|
||||||
with:
|
|
||||||
file: ./profile.cov
|
|
||||||
|
|
||||||
# notifies coveralls that all test jobs are finished
|
|
||||||
finish:
|
|
||||||
name: Finish
|
|
||||||
needs: build_and_test
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: shogo82148/actions-goveralls@v1
|
|
||||||
with:
|
|
||||||
parallel-finished: true
|
|
||||||
|
|
Loading…
Reference in New Issue