update Makefile to work with changes made in implementation_coverage script

This commit is contained in:
Stephan Huber 2018-06-01 12:30:42 +02:00
parent 33e56461a1
commit 99c98cbb4f

View File

@ -41,7 +41,7 @@ publish: upload_pypi_artifact \
push_dockerhub_image
implementation_coverage:
./scripts/implementation_coverage.py > IMPLEMENTATION_COVERAGE.md
./scripts/implementation_coverage.py
git commit IMPLEMENTATION_COVERAGE.md -m "Updating implementation coverage" || true
scaffold: