diff options
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 |