Skip to content

Commit

Permalink
Merge pull request #212 from blueyed/coverage-process-start
Browse files Browse the repository at this point in the history
Travis: set COVERAGE_PROCESS_START for subprocess tracking
  • Loading branch information
blueyed authored Feb 15, 2019
2 parents 59430aa + 4f8908e commit 24de093
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,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
Expand Down
8 changes: 8 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
coverage:
status:
project: true
patch: true
changes: true

comment:
layout: "diff"

0 comments on commit 24de093

Please sign in to comment.