Add coverage target

This commit is contained in:
Luke Murphy 2020-10-26 11:20:09 +01:00
parent eb12f2392c
commit 1e059ffe7f
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 3 additions and 1 deletions

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