mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-26 06:40:42 +00:00
combine coverage data befor upload to codecov
This commit is contained in:
parent
c5a5d98d0a
commit
0c3f366590
@ -68,7 +68,8 @@ local PipelineTesting = {
|
|||||||
},
|
},
|
||||||
commands: [
|
commands: [
|
||||||
"pip install codecov",
|
"pip install codecov",
|
||||||
"codecov"
|
"coverage combine .tox/py*/.coverage",
|
||||||
|
"codecov --required"
|
||||||
],
|
],
|
||||||
depends_on: [
|
depends_on: [
|
||||||
"python2.7-ansible",
|
"python2.7-ansible",
|
||||||
|
@ -80,7 +80,8 @@ steps:
|
|||||||
image: python:3.7
|
image: python:3.7
|
||||||
commands:
|
commands:
|
||||||
- pip install codecov
|
- pip install codecov
|
||||||
- codecov
|
- "coverage combine .tox/py*/.coverage"
|
||||||
|
- codecov --required
|
||||||
environment:
|
environment:
|
||||||
CODECOV_TOKEN:
|
CODECOV_TOKEN:
|
||||||
from_secret: codecov_token
|
from_secret: codecov_token
|
||||||
|
Loading…
Reference in New Issue
Block a user