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:
Jonathan Zernik 2021-10-01 16:51:26 -07:00 committed by GitHub
parent 107a8176ab
commit e03c858ead
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,3 +11,6 @@ testpaths = tests
branch = True
source =
squeaknode
omit =
squeaknode/admin/squeak_admin_server_servicer.py
squeaknode/admin/webapp/app.py