remove codecov
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Robert Kaussow 2020-08-18 15:24:26 +02:00
parent 487b6a66b3
commit e5a645f62d
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 1 additions and 34 deletions

View File

@ -51,24 +51,6 @@ local PipelineTest = {
PythonVersion(pyversion='3.6'),
PythonVersion(pyversion='3.7'),
PythonVersion(pyversion='3.8'),
{
name: 'codecov',
image: 'python:3.8',
environment: {
PY_COLORS: 1,
CODECOV_TOKEN: { from_secret: 'codecov_token' },
},
commands: [
'pip install codecov -qq',
'codecov --required -X gcov',
],
depends_on: [
'python35-pytest',
'python36-pytest',
'python37-pytest',
'python38-pytest',
],
},
],
depends_on: [
'lint',

View File

@ -74,21 +74,6 @@ steps:
depends_on:
- clone
- name: codecov
image: python:3.8
commands:
- pip install codecov -qq
- codecov --required -X gcov
environment:
CODECOV_TOKEN:
from_secret: codecov_token
PY_COLORS: 1
depends_on:
- python35-pytest
- python36-pytest
- python37-pytest
- python38-pytest
trigger:
ref:
- refs/heads/master
@ -178,6 +163,6 @@ depends_on:
---
kind: signature
hmac: 452a99482628cefe5980a4f756fb735747214933450687ed2df0a9f9fcee3209
hmac: a9bdb4a4a7aaab0c2a68a9c5f48ad4fcd0172a41f299ab7efff9917522ccae77
...