Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
👷 [nox] Combine coverage under the latest Python release (#710)
Combine coverage data under the latest Python version supported by the measured code. Combining data from Python 3.10 under Python 3.9 produces false positives in branch coverage, where arcs leaving loop blocks are reported as missing. Previously, the coverage session used the same Python interpreter as Nox. This worked fine in CI, but could trigger the problem in local development, if Nox was installed under an older interpreter such as Python 3.9.
- Loading branch information