]> git.ipfire.org Git - thirdparty/tornado.git/blame - .coveragerc
Merge pull request #3420 from bdarnell/rtd
[thirdparty/tornado.git] / .coveragerc
CommitLineData
35139ff8
BD
1# Test coverage configuration.
2# Usage:
3# pip install coverage
4# coverage erase # clears previous data if any
5# coverage run -m tornado.test.runtests
6# coverage report # prints to stdout
7# coverage html # creates ./htmlcov/*.html including annotated source
8[run]
9branch = true
10source = tornado
11omit =
12 tornado/platform/*
13 tornado/test/*
14 */_auto2to3*
15
16[report]
17# Ignore missing source files, i.e. fake template-generated "files"
18ignore_errors = true