Skip to content

Commit

Permalink
coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaellee955 committed Nov 27, 2018
1 parent 3514db2 commit 1023e61
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions coverage_report.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Name Stmts Miss Cover
-------------------------------------------------
config.py 6 0 100%
database/db_update_class.py 90 33 63%
models/r_net/func.py 153 42 73%
models/r_net/inference.py 184 5 97%
models/r_net/prepro.py 187 161 14%
test/test_database.py 235 5 98%
-------------------------------------------------
TOTAL 855 246 71%
1 change: 1 addition & 0 deletions results/post-commit-build-shell.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ coverage run models/r_net/inference.py
coverage run -a models/r_net/inference.py --inference_mode customized --context_path ./testcases/contexts/0 --questions_path ./testcases/questions/0
coverage run -a test/test_database.py
coverage html config.py database/db_update_class.py models/r_net/func.py models/r_net/inference.py models/r_net/prepro.py test/test_database.py
coverage report > coverage_report.txt
deactivate

0 comments on commit 1023e61

Please sign in to comment.