Skip to content

Commit

Permalink
revert: disable coveralls (#2525)
Browse files Browse the repository at this point in the history
  • Loading branch information
acud committed Sep 30, 2021
1 parent a7d86e0 commit 8fe9c57
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ jobs:
- name: Test
if: matrix.os == 'windows-latest'
run: make test
- name: Coveralls
if: matrix.os == 'ubuntu-latest'
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: cover.out
env:
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
- name: Trigger Beekeeper
if: github.ref == 'refs/heads/master' && matrix.os == 'ubuntu-latest' && success()
uses: peter-evans/repository-dispatch@v1
Expand Down

0 comments on commit 8fe9c57

Please sign in to comment.