mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-22 04:40:42 +00:00
use --cov-append
This commit is contained in:
parent
1729817d0d
commit
2f838e359c
@ -1,2 +0,0 @@
|
|||||||
[run]
|
|
||||||
parallel = True
|
|
@ -7,7 +7,7 @@ local PythonVersion(pyversion='3.5') = {
|
|||||||
commands: [
|
commands: [
|
||||||
'pip install -r dev-requirements.txt -qq',
|
'pip install -r dev-requirements.txt -qq',
|
||||||
'pip install -qq .',
|
'pip install -qq .',
|
||||||
'pytest ansiblelater --cov=ansiblelater --no-cov-on-fail',
|
'pytest ansiblelater --cov=ansiblelater --cov-append --no-cov-on-fail',
|
||||||
'ansible-later --help',
|
'ansible-later --help',
|
||||||
'ansible-later --version',
|
'ansible-later --version',
|
||||||
],
|
],
|
||||||
@ -63,7 +63,6 @@ local PipelineTest = {
|
|||||||
},
|
},
|
||||||
commands: [
|
commands: [
|
||||||
'pip install codecov -qq',
|
'pip install codecov -qq',
|
||||||
'coverage combine',
|
|
||||||
'codecov --required -X gcov',
|
'codecov --required -X gcov',
|
||||||
],
|
],
|
||||||
depends_on: [
|
depends_on: [
|
||||||
|
11
.drone.yml
11
.drone.yml
@ -36,7 +36,7 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- pip install -r dev-requirements.txt -qq
|
- pip install -r dev-requirements.txt -qq
|
||||||
- pip install -qq .
|
- pip install -qq .
|
||||||
- pytest ansiblelater --cov=ansiblelater --no-cov-on-fail
|
- pytest ansiblelater --cov=ansiblelater --cov-append --no-cov-on-fail
|
||||||
- ansible-later --help
|
- ansible-later --help
|
||||||
- ansible-later --version
|
- ansible-later --version
|
||||||
environment:
|
environment:
|
||||||
@ -49,7 +49,7 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- pip install -r dev-requirements.txt -qq
|
- pip install -r dev-requirements.txt -qq
|
||||||
- pip install -qq .
|
- pip install -qq .
|
||||||
- pytest ansiblelater --cov=ansiblelater --no-cov-on-fail
|
- pytest ansiblelater --cov=ansiblelater --cov-append --no-cov-on-fail
|
||||||
- ansible-later --help
|
- ansible-later --help
|
||||||
- ansible-later --version
|
- ansible-later --version
|
||||||
environment:
|
environment:
|
||||||
@ -62,7 +62,7 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- pip install -r dev-requirements.txt -qq
|
- pip install -r dev-requirements.txt -qq
|
||||||
- pip install -qq .
|
- pip install -qq .
|
||||||
- pytest ansiblelater --cov=ansiblelater --no-cov-on-fail
|
- pytest ansiblelater --cov=ansiblelater --cov-append --no-cov-on-fail
|
||||||
- ansible-later --help
|
- ansible-later --help
|
||||||
- ansible-later --version
|
- ansible-later --version
|
||||||
environment:
|
environment:
|
||||||
@ -75,7 +75,7 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- pip install -r dev-requirements.txt -qq
|
- pip install -r dev-requirements.txt -qq
|
||||||
- pip install -qq .
|
- pip install -qq .
|
||||||
- pytest ansiblelater --cov=ansiblelater --no-cov-on-fail
|
- pytest ansiblelater --cov=ansiblelater --cov-append --no-cov-on-fail
|
||||||
- ansible-later --help
|
- ansible-later --help
|
||||||
- ansible-later --version
|
- ansible-later --version
|
||||||
environment:
|
environment:
|
||||||
@ -87,7 +87,6 @@ steps:
|
|||||||
image: python:3.8
|
image: python:3.8
|
||||||
commands:
|
commands:
|
||||||
- pip install codecov -qq
|
- pip install codecov -qq
|
||||||
- coverage combine
|
|
||||||
- codecov --required -X gcov
|
- codecov --required -X gcov
|
||||||
environment:
|
environment:
|
||||||
CODECOV_TOKEN:
|
CODECOV_TOKEN:
|
||||||
@ -496,6 +495,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: cea3fb11c103d49bfac611b13916c457c0ce4df1194fa5e8c9c0a0f3a12c02ae
|
hmac: 968f0d1f0676d8fab71d93009c40e0cb29edda9db6bfe9436200018279d509af
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user