Skip to content

Move coverage.py settings to pyproject.toml

Joren Vrancken requested to merge coverage into master

Description

Move coverage.py settings to pyproject.toml.

python -Wall is removed because the warnings it produces are non-critical and mostly out of our control. It, however, does make the CI logs a lot less legible.

Merge request reports