aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f076f2f..9d1fd03 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,10 @@ fmt: ## Run code formating on all source code
test: lint ## Run all tests and lints
pipenv run pytest
+.PHONY: coverage
+coverage: ## Run all tests with coverage
+ pipenv run pytest --cov
+
data/container_stats.json:
mkdir -p data
cat data/container_export.json | jq .issnl -r | sort -u > /tmp/container_issnl.tsv