1
0
Fork 0

remove(build): codecov job

This commit is contained in:
ssube 2021-06-12 16:00:17 -05:00
parent 32541edc0e
commit 3826085af7
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 0 additions and 11 deletions

View File

@ -39,17 +39,6 @@ climate-success:
script:
- make upload-climate
codecov-success:
stage: status-post
extends:
- .build-codecov
when: on_success
dependencies:
- build-python
script:
- make upload-codecov
github-pending:
stage: status-pre
extends: