Skip to content

Commit

Permalink
report: Quick documentation of current state
Browse files Browse the repository at this point in the history
  • Loading branch information
gnprice committed Mar 18, 2016
1 parent e6ba756 commit aa13add
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,19 @@ To run the linter:
$ ./runtests.py lint


Coverage reports
----------------

There is an experimental feature to generate coverage reports. To use
this feature, you need to `pip install lxml`. This is an extension
module and requires various library headers to install; on a
Debian-derived system the command
apt-get install python3-dev libxml2-dev libxslt1-dev
may provide the necessary dependencies.

To use the feature, pass e.g. `--txt-report "$(mktemp -d)"`.


Development status
------------------

Expand Down

0 comments on commit aa13add

Please sign in to comment.