fix coverage parallel runs

This commit is contained in:
Robert Kaussow 2020-06-03 13:54:33 +02:00
parent 958911fdad
commit 1729817d0d
3 changed files with 5 additions and 1 deletions

2
.coveragerc Normal file
View File

@ -0,0 +1,2 @@
[run]
parallel = True

View File

@ -63,6 +63,7 @@ local PipelineTest = {
},
commands: [
'pip install codecov -qq',
'coverage combine',
'codecov --required -X gcov',
],
depends_on: [

View File

@ -87,6 +87,7 @@ steps:
image: python:3.8
commands:
- pip install codecov -qq
- coverage combine
- codecov --required -X gcov
environment:
CODECOV_TOKEN:
@ -495,6 +496,6 @@ depends_on:
---
kind: signature
hmac: ed05de9ea3b8a80f154ee51a3d57497ba194c0310a2a0c7469a7e77d86de51ce
hmac: cea3fb11c103d49bfac611b13916c457c0ce4df1194fa5e8c9c0a0f3a12c02ae
...