diff --git a/.drone.jsonnet b/.drone.jsonnet index c1fece0..8ddd5de 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -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', diff --git a/.drone.yml b/.drone.yml index d2f9cad..d7bee63 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 ...