From 9b753ef7c4f763d864f46f1a862dc6d761486085 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Fri, 15 Feb 2019 17:32:23 +0100 Subject: [PATCH 1/2] Travis: set COVERAGE_PROCESS_START for subprocess tracking --- .travis.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4d82bc08..659b9bdb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,9 +10,12 @@ python: - 'pypy3.5-6.0' env: - - DEPS="pytest~=2.9.0" - - DEPS="pytest~=3.0.0" - #- DEPS="pytest~=3.1.0" + global: + - COVERAGE_PROCESS_START=$PWD/tox.ini + matrix: + - DEPS="pytest~=2.9.0" + - DEPS="pytest~=3.0.0" + #- DEPS="pytest~=3.1.0" stages: - name: deploy From 4f8908e1c45e8febf67976ee9fcdf9093080c987 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Fri, 15 Feb 2019 18:07:49 +0100 Subject: [PATCH 2/2] Add codecov.yml [skip appveyor] --- codecov.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..4eac1691 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,8 @@ +coverage: + status: + project: true + patch: true + changes: true + +comment: + layout: "diff"