remove codecov from repo (#10955)

This commit is contained in:
Megan Marsh 2021-04-21 10:22:34 -07:00 committed by GitHub
parent b5666b84cd
commit bc35a737c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 11 deletions

View File

@ -1,6 +1,5 @@
orbs: orbs:
win: circleci/windows@1.0.0 win: circleci/windows@1.0.0
codecov: codecov/codecov@1.0.5
version: 2.1 version: 2.1
@ -64,8 +63,6 @@ jobs:
steps: steps:
- checkout - checkout
- run: TESTARGS="-coverprofile=coverage.txt -covermode=atomic" make ci - run: TESTARGS="-coverprofile=coverage.txt -covermode=atomic" make ci
- codecov/upload:
file: coverage.txt
test-darwin: test-darwin:
executor: darwin executor: darwin
working_directory: ~/go/github.com/hashicorp/packer working_directory: ~/go/github.com/hashicorp/packer
@ -73,8 +70,6 @@ jobs:
- install-go-run-tests-unix: - install-go-run-tests-unix:
GOOS: darwin GOOS: darwin
GOVERSION: "1.16" GOVERSION: "1.16"
- codecov/upload:
file: coverage.txt
test-windows: test-windows:
executor: executor:
name: win/vs2019 name: win/vs2019
@ -82,8 +77,6 @@ jobs:
steps: steps:
- install-go-run-tests-windows: - install-go-run-tests-windows:
GOVERSION: "1.16" GOVERSION: "1.16"
- codecov/upload:
file: coverage.txt
check-lint: check-lint:
executor: golang executor: golang
resource_class: xlarge resource_class: xlarge

View File

@ -4,7 +4,6 @@
[![Discuss](https://img.shields.io/badge/discuss-packer-3d89ff?style=flat)](https://discuss.hashicorp.com/c/packer) [![Discuss](https://img.shields.io/badge/discuss-packer-3d89ff?style=flat)](https://discuss.hashicorp.com/c/packer)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/hashicorp/packer)](https://pkg.go.dev/github.com/hashicorp/packer) [![PkgGoDev](https://pkg.go.dev/badge/github.com/hashicorp/packer)](https://pkg.go.dev/github.com/hashicorp/packer)
[![GoReportCard][report-badge]][report] [![GoReportCard][report-badge]][report]
[![codecov](https://codecov.io/gh/hashicorp/packer/branch/master/graph/badge.svg)](https://codecov.io/gh/hashicorp/packer)
[circleci-badge]: https://circleci.com/gh/hashicorp/packer.svg?style=svg [circleci-badge]: https://circleci.com/gh/hashicorp/packer.svg?style=svg
[circleci]: https://app.circleci.com/pipelines/github/hashicorp/packer [circleci]: https://app.circleci.com/pipelines/github/hashicorp/packer