1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-05 00:58:19 +00:00

Coverage reports for integration tests (#1960)

This commit is contained in:
Ethan Koenig
2017-06-15 05:38:33 -04:00
committed by Lunny Xiao
parent 033aaf4b38
commit 792cde7081
3 changed files with 25 additions and 5 deletions

View File

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