From 37a775851b2d21f2afe7418a8628c50ae37edc5b Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 5 Apr 2018 16:44:59 -0700 Subject: test coverage info --- mapreduce/README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mapreduce/README.md') 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 -- cgit v1.2.3