Skip to content

Commit

Permalink
Do not try to upload codecov reports
Browse files Browse the repository at this point in the history
  • Loading branch information
ZauberNerd committed May 25, 2021
1 parent b84f5b8 commit baed2a2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ jobs:
- run: go test -v -cover -coverprofile=coverage.txt -covermode=atomic ./...
env:
CGO_ENABLED: 0
- name: Upload Codecov report
uses: codecov/[email protected]
with:
files: coverage.txt
fail_ci_if_error: true # optional (default = false)

test-macos:
name: test-macos
Expand Down

0 comments on commit baed2a2

Please sign in to comment.