chore(CI): add when in testing

This commit is contained in:
Bo-Yi Wu 2018-05-22 15:32:44 +08:00
parent a8994a5110
commit 251429530d
1 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,8 @@ pipeline:
secrets: [ android_test_token, android_api_key ]
commands:
- make unit-test-coverage
when:
event: [ push, pull_request ]
generate-coverage:
image: golang:1.10