diff --git a/Makefile b/Makefile index 4e896b86..092f41c9 100644 --- a/Makefile +++ b/Makefile @@ -22,5 +22,7 @@ docopt: fi .venv/bin/docopt.sh abra +coverage: + @kcov coverage kcov -.PHONY: dev-install install test dev-install-yq docopt +.PHONY: dev-install install test dev-install-yq docopt coverage