Add python-coverage as dependency for contributing

CONTRIBUTING.md:
Add python-coverage to the list of dependencies for testing.
This commit is contained in:
David Runge 2021-10-31 21:27:18 +01:00 committed by Levente Polyak
parent f27a7b90c2
commit d969587bf7
No known key found for this signature in database
GPG Key ID: FC1B547C8D8172C8

View File

@ -30,6 +30,7 @@ The following additional packages need to be installed to be able to lint
and develop this project: and develop this project:
* python-black * python-black
* python-coverage
* python-isort * python-isort
* python-pytest * python-pytest
* flake8 * flake8