Got almost 80% test coverage of AnkiServer/apps/rest_app.py and fixed some bugs.
This commit is contained in:
11
.coveragerc
Normal file
11
.coveragerc
Normal file
@@ -0,0 +1,11 @@
|
||||
[run]
|
||||
branch = True
|
||||
include =
|
||||
AnkiServer/*
|
||||
|
||||
[report]
|
||||
exclude_lines =
|
||||
if __name__ == .__main__.:
|
||||
def server_runner
|
||||
def make_app
|
||||
|
||||
Reference in New Issue
Block a user