mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-22 04: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: [
|
||||
"pip install codecov",
|
||||
"codecov"
|
||||
"coverage combine .tox/py*/.coverage",
|
||||
"codecov --required"
|
||||
],
|
||||
depends_on: [
|
||||
"python2.7-ansible",
|
||||
|
@ -80,7 +80,8 @@ steps:
|
||||
image: python:3.7
|
||||
commands:
|
||||
- pip install codecov
|
||||
- codecov
|
||||
- "coverage combine .tox/py*/.coverage"
|
||||
- codecov --required
|
||||
environment:
|
||||
CODECOV_TOKEN:
|
||||
from_secret: codecov_token
|
||||
|
Loading…
Reference in New Issue
Block a user