Skip to content

Commit 24de093

Browse files
authored
Merge pull request #212 from blueyed/coverage-process-start
Travis: set COVERAGE_PROCESS_START for subprocess tracking
2 parents 59430aa + 4f8908e commit 24de093

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ python:
1111
- 'pypy3.5-6.0'
1212

1313
env:
14-
- DEPS="pytest~=2.9.0"
15-
- DEPS="pytest~=3.0.0"
16-
#- DEPS="pytest~=3.1.0"
14+
global:
15+
- COVERAGE_PROCESS_START=$PWD/tox.ini
16+
matrix:
17+
- DEPS="pytest~=2.9.0"
18+
- DEPS="pytest~=3.0.0"
19+
#- DEPS="pytest~=3.1.0"
1720

1821
stages:
1922
- name: deploy

codecov.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
coverage:
2+
status:
3+
project: true
4+
patch: true
5+
changes: true
6+
7+
comment:
8+
layout: "diff"

0 commit comments

Comments
 (0)