Skip to content

Commit

Permalink
eliminated coverall until the service is back
Browse files Browse the repository at this point in the history
  • Loading branch information
sha1n authored Sep 21, 2021
1 parent cce56c7 commit e0ab44d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
run: |
go test -v -covermode=count -coverprofile=coverage.out ./...
- name: Coverage
uses: jandelgado/[email protected]
- name: Coveralls
uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.github_token }}
path-to-lcov: coverage.lcov
# - name: Coverage
# uses: jandelgado/[email protected]
# - name: Coveralls
# uses: coverallsapp/[email protected]
# with:
# github-token: ${{ secrets.github_token }}
# path-to-lcov: coverage.lcov

- name: Build
run: make lint build

0 comments on commit e0ab44d

Please sign in to comment.