diff --git a/.drone.yml b/.drone.yml index e07ff55..f4f3f42 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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