make task for generating implementation coverage output

This commit is contained in:
Jack Danger 2017-10-25 12:28:18 +02:00
parent 098ff4e778
commit 0ac36230e8

View File

@ -31,6 +31,10 @@ tag_github_release:
publish: upload_pypi_artifact tag_github_release push_dockerhub_image 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: scaffold:
@pip install -r requirements-dev.txt > /dev/null @pip install -r requirements-dev.txt > /dev/null
exec python scripts/scaffold.py exec python scripts/scaffold.py