techknowlogick
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
4 deletions
-
.drone.yml
|
|
@ -238,14 +238,13 @@ steps: |
|
|
|
- push |
|
|
|
- pull_request |
|
|
|
|
|
|
|
- name: coverage |
|
|
|
- name: coverage-codecov |
|
|
|
pull: always |
|
|
|
image: robertstettner/drone-codecov |
|
|
|
image: plugins/codecov |
|
|
|
settings: |
|
|
|
files: |
|
|
|
- coverage.all |
|
|
|
environment: |
|
|
|
CODECOV_TOKEN: |
|
|
|
token: |
|
|
|
from_secret: codecov_token |
|
|
|
depends_on: |
|
|
|
- generate-coverage |
|
|
|