7.0.3
Version 7.0.3 — 2023-01-03
- Fix: when using pytest-cov or pytest-xdist, or perhaps both, the combining step could fail with
assert row is not None
using 7.0.2. This was due to a race condition that has always been possible and is still possible. In 7.0.1 and before, the error was silently swallowed by the combining code. Now it will produce a message “Couldn’t combine data file” and ignore the data file as it used to do before 7.0.2. Closes issue 1522.
➡️ PyPI page: coverage 7.0.3.
➡️ To install: python3 -m pip install coverage==7.0.3