0
0
mirror of https://github.com/thegeeklab/corenetworks.git synced 2024-11-14 16:50:39 +00:00

switch to codecov plugin

This commit is contained in:
Robert Kaussow 2020-04-04 14:06:23 +02:00
parent 2503f01a28
commit 7b13ebffdd
2 changed files with 9 additions and 16 deletions

View File

@ -55,15 +55,11 @@ local PipelineTest = {
PythonVersion(pyversion='3.8'), PythonVersion(pyversion='3.8'),
{ {
name: 'codecov', name: 'codecov',
image: 'python:3.8', image: 'plugins/codecov',
environment: { settings: {
PY_COLORS: 1, token: { from_secret: 'codecov_token' },
CODECOV_TOKEN: { from_secret: 'codecov_token' }, required: true,
}, },
commands: [
'pip install codecov',
'codecov --required',
],
depends_on: [ depends_on: [
'python27', 'python27',
'python35', 'python35',

View File

@ -87,14 +87,11 @@ steps:
- clone - clone
- name: codecov - name: codecov
image: python:3.8 image: plugins/codecov
commands: settings:
- pip install codecov required: true
- codecov --required token:
environment:
CODECOV_TOKEN:
from_secret: codecov_token from_secret: codecov_token
PY_COLORS: 1
depends_on: depends_on:
- python27 - python27
- python35 - python35
@ -306,6 +303,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: 0ac85b54a6ded93501f7b752a640e7a0fffc7bca700473c850d767d2cc5dda87 hmac: d201c1b56b91f50f5992cdbdfbde2d32829dd4cac836b697933d1b0876316153
... ...