From 1e059ffe7f60626604b80f2bcc08e783139a233c Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 26 Oct 2020 11:20:09 +0100 Subject: [PATCH] Add coverage target --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4e896b8..092f41c 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