mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Consolidate coveragerc configs into .coveragerc (delete .travis_coveragerc)
This commit is contained in:
parent
f50dcf7658
commit
94bc77aac8
2 changed files with 8 additions and 8 deletions
|
|
@ -1,4 +1,11 @@
|
|||
|
||||
[run]
|
||||
branch = True
|
||||
omit = /usr*
|
||||
source =
|
||||
config
|
||||
fail2ban
|
||||
|
||||
[report]
|
||||
exclude_lines =
|
||||
pragma: no cover
|
||||
pragma: systemd no cover
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
|
||||
[run]
|
||||
branch = True
|
||||
omit =
|
||||
/usr/*
|
||||
/home/travis/virtualenv/*
|
||||
fail2ban/server/filtersystemd.py
|
||||
Loading…
Reference in a new issue