diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2018-01-21 18:04:22 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-01-21 18:04:22 -0500 |
| commit | d9462bb69b9b96ff41a316322b9e3826061bc9ab (patch) | |
| tree | 002cd985c6cc373363f272827c02c2d9c8083aa0 /CHANGES.rst | |
| parent | e756776c0a9f3c78389bcc93e067ac3ac0f45ad9 (diff) | |
| download | python-coveragepy-git-d9462bb69b9b96ff41a316322b9e3826061bc9ab.tar.gz | |
Raise an error if combine can't find usable data files. #629
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 8ccc8008..d6fbd09d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -24,15 +24,21 @@ Unreleased the other. This is now corrected, fixing `issue 621`_ and `issue 622`_. Thanks to Daniel Hahler for seeing more clearly than I could. +- The ``coverage combine`` command used to always overwrite the data file, even + when no data had been read from apparently combinable files. Now, an error + is raised if we thought there were files to combine, but in fact none of them + could be used. Fixes `issue 629`_. + - On Windows, the HTML report could fail when source trees are deeply nested, due to attempting to create HTML filenames longer than the 250-character - maximum. Now filenames will never exceed 200 characters, fixing `issue - 627`_. Thanks to Alex Sandro for helping with the fix. + maximum. Now filenames will never get much larger than 200 characters, + fixing `issue 627`_. Thanks to Alex Sandro for helping with the fix. .. _issue 563: https://bitbucket.org/ned/coveragepy/issues/563/platform-specific-configuration .. _issue 621: https://bitbucket.org/ned/coveragepy/issues/621/include-ignored-warning-when-using .. _issue 622: https://bitbucket.org/ned/coveragepy/issues/622/report-omit-overwrites-run-omit .. _issue 627: https://bitbucket.org/ned/coveragepy/issues/627/failure-generating-html-reports-when-the +.. _issue 629: https://bitbucket.org/ned/coveragepy/issues/629/multiple-use-of-combine-leads-to-empty .. _issue 631: https://bitbucket.org/ned/coveragepy/issues/631/precise-coverage-percentage-value |
