From 0ac36230e8fa0a6dcd1935abe478fa3ee080aaf7 Mon Sep 17 00:00:00 2001 From: Jack Danger Date: Wed, 25 Oct 2017 12:28:18 +0200 Subject: [PATCH] make task for generating implementation coverage output --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index ea83d72bb..11b3162f7 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,10 @@ tag_github_release: publish: upload_pypi_artifact tag_github_release push_dockerhub_image +implementation_coverage: + ./scripts/implementation_coverage.py > IMPLEMENTATION_COVERAGE.md + git commit IMPLEMENTATION_COVERAGE.md -m "Updating implementation coverage" + scaffold: @pip install -r requirements-dev.txt > /dev/null exec python scripts/scaffold.py