Add coverage target

This commit is contained in:
Luke Murphy
2020-10-26 11:20:09 +01:00
parent eb12f2392c
commit 1e059ffe7f

View File

@ -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