summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-01-20 10:01:28 -0500
committerNed Batchelder <ned@nedbatchelder.com>2018-01-20 10:01:28 -0500
commite6b23c689a7c5b08131aff1962cccf8a93c50f3c (patch)
tree89d3df8bee3ddde81923cc63f3bb59a29eec5967 /CHANGES.rst
parent2e3428fa02082c982409b1bf8db1bb9523aac7f4 (diff)
downloadpython-coveragepy-e6b23c689a7c5b08131aff1962cccf8a93c50f3c.tar.gz
Don't ever create HTML filenames longer than ~200 chars. Fixes #627.
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 97a7247..51a0019 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -13,7 +13,13 @@ Unreleased
See :ref:`api_plugin` for details. This solves the complex configuration
problem described in `issue 563`_.
+- 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.
+
.. _issue 563: https://bitbucket.org/ned/coveragepy/issues/563/platform-specific-configuration
+.. _issue 627: https://bitbucket.org/ned/coveragepy/issues/627/failure-generating-html-reports-when-the
.. _changes_442: