Add codecov.yml path

This commit is contained in:
Moss 2020-03-12 18:35:44 +01:00
parent 7b705545d9
commit cfe94789d5
1 changed files with 3 additions and 0 deletions

View File

@ -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