Skip to content

Commit

Permalink
Only post coverage once
Browse files Browse the repository at this point in the history
  • Loading branch information
wenovus committed Sep 1, 2021
1 parent 3821ee5 commit 9018ef4
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,6 @@ jobs:
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: profile.cov
parallel: true

- name: Check gofmt
run: diff -u <(echo -n) <(gofmt -d -s .)

finish:
needs: build
runs-on: ubuntu-latest
steps:
- uses: shogo82148/actions-goveralls@v1
with:
parallel-finished: true


0 comments on commit 9018ef4

Please sign in to comment.