diff options
| author | Alex Flint <[email protected]> | 2020-04-17 16:33:48 -0400 |
|---|---|---|
| committer | Alex Flint <[email protected]> | 2020-04-17 16:33:48 -0400 |
| commit | 65205f111cf70626f3f95dfab571aa3a2fa676f9 (patch) | |
| tree | 00c464944127cdc9e4073aea8afb387d6ad46d3f | |
| parent | 68f16910809e231849b49a072fa904ea43e680c7 (diff) | |
fix github actions config
| -rw-r--r-- | .github/workflows/go.yml | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 3840227..571c285 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -34,16 +34,4 @@ jobs: run: go test -v -coverprofile=profile.cov . - name: Send coverage - run: bash <(curl -s https://codecov.io/bash) - 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 + run: bash <(curl -s https://codecov.io/bash) -f profile.cov |
