-
Notifications
You must be signed in to change notification settings - Fork 234
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
0 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
version: 2.1 | ||
|
||
orbs: | ||
codecov: codecov/[email protected] | ||
shellcheck: circleci/[email protected] | ||
windows: circleci/[email protected] | ||
|
||
|
@@ -23,7 +22,6 @@ commands: | |
force-http-1: | ||
steps: | ||
- run: | ||
# Uploading to codecov has been failing due to HTTP 2.0 issues. | ||
# https://app.circleci.com/jobs/github/CircleCI-Public/circleci-cli/6480 | ||
# curl: (92) HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1) | ||
# The issue seems to be on the server-side, so force HTTP 1.1 | ||
|
@@ -155,8 +153,6 @@ jobs: | |
- store_artifacts: | ||
path: ./coverage.txt | ||
destination: coverage.txt | ||
- codecov/upload: | ||
file: coverage.txt | ||
|
||
docs: | ||
executor: go | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters