summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorEthan Koenig <etk39@cornell.edu>2017-06-15 05:38:33 -0400
committerLunny Xiao <xiaolunwen@gmail.com>2017-06-15 17:38:33 +0800
commit792cde7081075e63df7f42aaee14d819ff248d26 (patch)
treedc85dc2d4f132d9d4f961b342f99564be7fde1e4 /.drone.yml
parent033aaf4b38931d08926b9c779937577913192aa1 (diff)
downloadgitea-792cde7081075e63df7f42aaee14d819ff248d26.tar.gz
gitea-792cde7081075e63df7f42aaee14d819ff248d26.zip
Coverage reports for integration tests (#1960)
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index d7bd5d15e0..ea7e4bd1f9 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -46,6 +46,7 @@ pipeline:
GOPATH: /srv/app
commands:
- apk -U add openssh-client
+ - go get github.com/wadey/gocovmerge
- make test-coverage
when:
event: [ push ]