build: Disable codecov reporting in Circle-CI for now
This isn't currently enabled for our organization.
This commit is contained in:
parent
4755f8bf41
commit
d2dae93c75
@ -1,6 +1,4 @@
|
||||
version: 2
|
||||
orbs:
|
||||
codecov: codecov/codecov@1.0.2
|
||||
version: 2.1
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
@ -25,5 +23,3 @@ jobs:
|
||||
key: v1-mod-cache
|
||||
paths:
|
||||
- "/go/pkg/mod"
|
||||
- codecov/upload:
|
||||
file: /artifacts/coverage.txt
|
||||
|
Loading…
Reference in New Issue
Block a user