Browse Source

add codecov service

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
update-packer-186
Bo-Yi Wu 7 years ago
parent
commit
014c9b7e01
  1. 8
      .drone.yml

8
.drone.yml

@ -19,6 +19,14 @@ pipeline:
- make misspell-check - make misspell-check
- make test - make test
codecov:
image: robertstettner/drone-codecov
secrets: [ codecov_token ]
files:
- coverage.txt
when:
event: [ push, pull_request ]
build_linux_amd64: build_linux_amd64:
image: golang:1.10 image: golang:1.10
pull: true pull: true

Loading…
Cancel
Save