Closed
Description
Describe the bug
I just transferred .coveragerc settings to pyproject.toml and CI broke with that error.
The only other change I made is that I installed coverage[toml]
to make sure it also works on Python 3.10.
To Reproduce
- What version of Python are you using? 3.11
- What version of coverage.py shows the problem? 7.9.1
Expected behavior
It shouldn't matter whether settings are in .coveragerc
or pyproject.toml
.