diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2012-11-09 21:34:42 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-11-09 21:34:42 -0500 |
| commit | 99fee9149a879b786d1974115d5c8afc43a21d08 (patch) | |
| tree | 78002675350b6b31fe0a351266bd2c68555de5b3 /CHANGES.txt | |
| parent | f683ba3af6c539882dd0b4f750b476e2d9745ebe (diff) | |
| download | python-coveragepy-99fee9149a879b786d1974115d5c8afc43a21d08.tar.gz | |
Now the title of the HTML report can be set.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 40fb576..752738c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -17,6 +17,9 @@ Version 3.5.4b1 switch that indicates in the exit status whether the coverage percentage was less than a particular value. Closes `issue 139`_. +- The HTML report's title can now be set in the configuration file, with the + ``--title`` switch on the command line, or via the API. + - Embarrassingly, the `[xml] output=' setting in the .coveragerc file simply didn't work. Now it does. |
