diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7a6627d..e9af53e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -91,14 +91,6 @@ bugsink-manage test -v2 bugsink-manage test alerts api events issues ``` -To run tests with coverage: - -```bash -coverage run --source='.' bugsink-manage test -coverage report -coverage html # Generate HTML coverage report -``` - #### Linting and code quality ##### Flake8