mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-13 12:33:25 +02:00
Fix test coverage omitted files (#1458)
* Omit squeak_admin_server_servicer.py and app.py from test coverage * Add newline to setup.cfg
This commit is contained in:
parent
107a8176ab
commit
e03c858ead
1 changed files with 3 additions and 0 deletions
|
|
@ -11,3 +11,6 @@ testpaths = tests
|
|||
branch = True
|
||||
source =
|
||||
squeaknode
|
||||
omit =
|
||||
squeaknode/admin/squeak_admin_server_servicer.py
|
||||
squeaknode/admin/webapp/app.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue