Marcel Telka
2023-11-29 3ef0e54124cd22d4191b69fb158cb0fc004ae8e4
setup.py.mk: update transforms for "coverage combine" output

1 files modified
4 ■■■■ changed files
make-rules/setup.py.mk 4 ●●●● patch | view | raw | blame | history
make-rules/setup.py.mk
@@ -345,8 +345,8 @@
COMPONENT_TEST_TRANSFORMS += "-e 's/^\(  congratulations :)\) (.* seconds)$$/\1/'"
# Remove useless lines from the "coverage combine" output
COMPONENT_TEST_TRANSFORMS += "-e '/^Combined data file \.tox\/\.coverage\.py/d'"
COMPONENT_TEST_TRANSFORMS += "-e '/^Skipping duplicate data \.tox\/\.coverage\.py/d'"
COMPONENT_TEST_TRANSFORMS += "-e '/^Combined data file \.coverage/d'"
COMPONENT_TEST_TRANSFORMS += "-e '/^Skipping duplicate data \.coverage/d'"
# sort list of Sphinx doctest results
COMPONENT_TEST_TRANSFORMS += \