fix drone codecov task

This commit is contained in:
Robert Kaussow 2020-03-16 20:17:51 +01:00
parent dc1760b12c
commit 9eaf70ef88
2 changed files with 1 additions and 3 deletions

View File

@ -100,7 +100,6 @@ local PipelineTest = {
}, },
commands: [ commands: [
'pip install codecov', 'pip install codecov',
'coverage combine .tox/py*/.coverage',
'codecov --required', 'codecov --required',
], ],
}, },

View File

@ -73,7 +73,6 @@ steps:
image: python:3.8 image: python:3.8
commands: commands:
- pip install codecov - pip install codecov
- coverage combine .tox/py*/.coverage
- codecov --required - codecov --required
environment: environment:
CODECOV_TOKEN: CODECOV_TOKEN:
@ -529,6 +528,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: 5fd3ca3dfa6f98b965f927a5b3ac5e9f59d0f871fe97d018bea4ccdcd059923b hmac: 49adcc2d9a98d979952ca688fa4ea2c013747a7bc8f2b94c507ef83410b27e45
... ...