Skip to content

Commit

Permalink
Removed test coverage step|
Browse files Browse the repository at this point in the history
  • Loading branch information
breathbath committed Mar 9, 2021
1 parent 0bb7789 commit 891b624
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,4 @@ jobs:
- name: Test
run: |
go test -race -coverprofile=profile.cov ./...
- name: Send coverage
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: profile.cov
cat profile.cov

0 comments on commit 891b624

Please sign in to comment.