remove codecov
This commit is contained in:
parent
487b6a66b3
commit
e5a645f62d
@ -51,24 +51,6 @@ local PipelineTest = {
|
|||||||
PythonVersion(pyversion='3.6'),
|
PythonVersion(pyversion='3.6'),
|
||||||
PythonVersion(pyversion='3.7'),
|
PythonVersion(pyversion='3.7'),
|
||||||
PythonVersion(pyversion='3.8'),
|
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: [
|
depends_on: [
|
||||||
'lint',
|
'lint',
|
||||||
|
17
.drone.yml
17
.drone.yml
@ -74,21 +74,6 @@ steps:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- clone
|
- 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:
|
trigger:
|
||||||
ref:
|
ref:
|
||||||
- refs/heads/master
|
- refs/heads/master
|
||||||
@ -178,6 +163,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 452a99482628cefe5980a4f756fb735747214933450687ed2df0a9f9fcee3209
|
hmac: a9bdb4a4a7aaab0c2a68a9c5f48ad4fcd0172a41f299ab7efff9917522ccae77
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user