add code coverage

This commit is contained in:
thomwolf
2019-04-30 11:05:26 +02:00
parent c30139a013
commit 1f5fc95b68
2 changed files with 14 additions and 3 deletions

8
.coveragerc Normal file
View File

@@ -0,0 +1,8 @@
[run]
source=pytorch_pretrained_bert
[report]
exclude_lines =
pragma: no cover
raise
except
register_parameter