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
|
version: 2.1
|
||||||
orbs:
|
|
||||||
codecov: codecov/codecov@1.0.2
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
docker:
|
docker:
|
||||||
@ -25,5 +23,3 @@ jobs:
|
|||||||
key: v1-mod-cache
|
key: v1-mod-cache
|
||||||
paths:
|
paths:
|
||||||
- "/go/pkg/mod"
|
- "/go/pkg/mod"
|
||||||
- codecov/upload:
|
|
||||||
file: /artifacts/coverage.txt
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user