Skip to content

Commit

Permalink
Tidy up build action
Browse files Browse the repository at this point in the history
  • Loading branch information
deanishe committed Jul 31, 2020
1 parent 042cdd1 commit 1712ebe
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,9 @@ jobs:
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: coverage.out
flag-name: Go-${{ matrix.go }}
flag-name: Go-${{ matrix.go-version }}
parallel: true

# - name: Coveralls
# env:
# COVERALLS_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
# run: |
# go install github.com/mattn/goveralls
# goveralls -coverprofile coverage.out -service github

finish:
name: Coveralls upload
needs: test
Expand Down

0 comments on commit 1712ebe

Please sign in to comment.