diff options
Diffstat (limited to 'python/.coveragerc')
-rw-r--r-- | python/.coveragerc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/python/.coveragerc b/python/.coveragerc index 6235f57..67053a7 100644 --- a/python/.coveragerc +++ b/python/.coveragerc @@ -1,3 +1,5 @@ [run] omit = tests/* -source = . +source = + sandcrawler + grobid2json |