diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2019-08-31 07:50:04 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-08-31 07:50:04 -0400 |
| commit | 6e5418d9d7d03e0149ea5050f27ba28cdefc1104 (patch) | |
| tree | 1d5f85f28b08415c1101fc2b176bd10e648b6b1a /CHANGES.rst | |
| parent | 9a78a80aaf8f8161b857ebf3cf02dd511181dd07 (diff) | |
| download | python-coveragepy-git-6e5418d9d7d03e0149ea5050f27ba28cdefc1104.tar.gz | |
Tweaks to JSON report docs
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 539f8a09..5d0ff126 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -20,20 +20,23 @@ development at the same time, like 4.5.x and 5.0. Unreleased ---------- +- Data can now be "reported" in JSON format, for programmatic use, as requested + in `issue 720`_. The new ``coverage json`` command writes raw and summarized + data to a JSON file. Thanks, Matt Bachmann. + - The compact line number representation introduced in 5.0a6 is called a "numbits." The :mod:`coverage.numbits` module provides functions for working with them. -- A class named "test_something" no longer confuses the `test_function` dynamic - context setting. Fixes `issue 829`_. +- A class named "test_something" no longer confuses the ``test_function`` + dynamic context setting. Fixes `issue 829`_. - Fixed an unusual tokenizing issue with backslashes in comments. Fixes `issue 822`_. -- `debug=plugin` didn't properly support configuration or dynamic context +- ``debug=plugin`` didn't properly support configuration or dynamic context plugins, but now it does, closing `issue 834`_. -- Added a JSON report `issue 720`_. .. _issue 720: https://github.com/nedbat/coveragepy/issues/720 .. _issue 822: https://github.com/nedbat/coveragepy/issues/822 |
