We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89e7f64 commit 46db21aCopy full SHA for 46db21a
changelog.d/3594.change.rst
changelog.d/3836.misc.rst
@@ -0,0 +1,9 @@
1
+Fixed interaction between ``setuptools``' package auto-discovery and
2
+auto-generated ``htmlcov`` files.
3
+
4
+Previously, the ``htmlcov`` name was ignored when searching for single-file
5
+modules, however the correct behaviour is to ignore it when searching for
6
+packages (since it is supposed to be a directory, see `coverage config`_)
7
+-- by :user:`yukihiko-shinoda`.
8
9
+.. _coverage config: https://coverage.readthedocs.io/en/stable/config.html#html-directory
0 commit comments