Itamar Turner-Trauring | ef93411 | 2014-09-06 10:21:33 -0400 | [diff] [blame] | 1 | [run] |
| 2 | # Branch analysis coverage: |
| 3 | branch = True |
Itamar Turner-Trauring | 2c46925 | 2014-09-06 11:11:55 -0400 | [diff] [blame] | 4 | # Only measure our package: |
| 5 | source = eliot |
Itamar Turner-Trauring | f60e9a0 | 2014-10-18 10:10:46 -0400 | [diff] [blame] | 6 | # No need to measure coverage of tests, or versioneer's code: |
Itamar Turner-Trauring | ef93411 | 2014-09-06 10:21:33 -0400 | [diff] [blame] | 7 | omit = |
| 8 | eliot/tests/* |
Itamar Turner-Trauring | f60e9a0 | 2014-10-18 10:10:46 -0400 | [diff] [blame] | 9 | eliot/_version.py |
Itamar Turner-Trauring | ef93411 | 2014-09-06 10:21:33 -0400 | [diff] [blame] | 10 | # We will do multiple runs in different tox envs, so keep them all; we'll |
| 11 | # combine them in the Travis-CI build and then upload that to coveralls.io: |
| 12 | parallel = True |