mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-08-04 14:48:08 +00:00
DOC: added a note that coverage script is python-coverage on Debian systems
This commit is contained in:
parent
5e5eaaf838
commit
cabbc0fd96
1 changed files with 2 additions and 1 deletions
3
DEVELOP
3
DEVELOP
|
|
@ -36,7 +36,8 @@ missing branches. Also see http://nedbatchelder.com/code/coverage/branch.html
|
|||
for more details.
|
||||
|
||||
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 html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue