~rashi007/mailman/docsfix

« back to all changes in this revision

Viewing changes to coverage.ini

  • Committer: Barry Warsaw
  • Date: 2014-11-11 22:36:25 UTC
  • mfrom: (7257.1.2 coverage)
  • Revision ID: barry@list.org-20141111223625-uz607z1bhf6sflby
Add support for a 'coverage' environment.  e.g. `tox -e coverage` will run the
test suite and provide a code coverage report.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[run]
 
2
branch = true
 
3
parallel = true
 
4
omit =
 
5
     setup*
 
6
     /usr/lib/*
 
7
     */showme.py
 
8
    .tox/coverage/lib/python2.7/site-packages/*
 
9
     
 
10
[paths]
 
11
source =
 
12
    mailman
 
13
    .tox/coverage/lib/python*/site-packages/mailman