Skip to content

Commit

Permalink
do not create coverage on release
Browse files Browse the repository at this point in the history
Signed-off-by: Flipez <code@brauser.io>
  • Loading branch information
Flipez committed Sep 29, 2021
1 parent e7a2c63 commit 5737cb8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ jobs:
go-version: 1.17
- name: Test
run: go test `go list ./... | grep -v examples` -coverprofile=coverage.txt -covermode=atomic
- name: Codecov
uses: codecov/codecov-action@v2
with:
file: ./coverage.txt
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit 5737cb8

Please sign in to comment.