From cfe94789d515e401870d57433d041b94be0e14c8 Mon Sep 17 00:00:00 2001 From: Moss Date: Thu, 12 Mar 2020 18:35:44 +0100 Subject: [PATCH] Add codecov.yml path --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 03500fc3d..b8d92751b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -57,6 +57,7 @@ jobs: - run: TESTARGS="-coverprofile=coverage.txt -covermode=atomic" make ci - codecov/upload: file: coverage.txt + conf: /go/src/github.com/hashicorp/packer/.codecov.yml test-darwin: executor: darwin working_directory: ~/go/src/github.com/hashicorp/packer @@ -68,6 +69,7 @@ jobs: GOVERSION: "1.13" - codecov/upload: file: coverage.txt + conf: ~/go/src/github.com/hashicorp/packer/.codecov.yml test-windows: executor: name: win/vs2019 @@ -77,6 +79,7 @@ jobs: GOVERSION: "1.13" - codecov/upload: file: coverage.txt + conf: ~/go/src/github.com/hashicorp/packer/.codecov.yml check-lint: executor: golang resource_class: large