From 014c9b7e015b91917738b442d68e6823680bda1c Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sat, 28 Jul 2018 15:19:14 +0800 Subject: [PATCH] add codecov service Signed-off-by: Bo-Yi Wu --- .drone.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.drone.yml b/.drone.yml index 33e173a..1635891 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,6 +19,14 @@ pipeline: - make misspell-check - make test + codecov: + image: robertstettner/drone-codecov + secrets: [ codecov_token ] + files: + - coverage.txt + when: + event: [ push, pull_request ] + build_linux_amd64: image: golang:1.10 pull: true