diff options
author | Bryan Newbold <bnewbold@archive.org> | 2018-04-05 16:44:59 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2018-04-05 16:44:59 -0700 |
commit | 37a775851b2d21f2afe7418a8628c50ae37edc5b (patch) | |
tree | 2652a5d1932550085ec6bdbe8ada6232a063be74 /mapreduce/README.md | |
parent | b8cf9f6ea726970775ea49a44b243ad158d14a7c (diff) | |
download | sandcrawler-37a775851b2d21f2afe7418a8628c50ae37edc5b.tar.gz sandcrawler-37a775851b2d21f2afe7418a8628c50ae37edc5b.zip |
test coverage info
Diffstat (limited to 'mapreduce/README.md')
-rw-r--r-- | mapreduce/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mapreduce/README.md b/mapreduce/README.md index 3cff9f1..47747c2 100644 --- a/mapreduce/README.md +++ b/mapreduce/README.md @@ -11,6 +11,11 @@ Run the tests with: pipenv run pytest +Check test coverage with: + + pytest --cov --cov-report html + # open ./htmlcov/index.html in a browser + TODO: GROBID and HBase during development? ## Extraction Task |