mirror of https://github.com/fail2ban/fail2ban
DOC: added a note that coverage script is python-coverage on Debian systems
parent
5e5eaaf838
commit
cabbc0fd96
3
DEVELOP
3
DEVELOP
|
@ -36,7 +36,8 @@ missing branches. Also see http://nedbatchelder.com/code/coverage/branch.html
|
||||||
for more details.
|
for more details.
|
||||||
|
|
||||||
Install the package python-coverage to visualise your test coverage. Run the
|
Install the package python-coverage to visualise your test coverage. Run the
|
||||||
following:
|
following (note: on Debian-based systems, the script is called
|
||||||
|
`python-coverage`):
|
||||||
|
|
||||||
coverage run fail2ban-testcases
|
coverage run fail2ban-testcases
|
||||||
coverage html
|
coverage html
|
||||||
|
|
Loading…
Reference in New Issue