update Makefile to work with changes made in implementation_coverage script
This commit is contained in:
parent
33e56461a1
commit
99c98cbb4f
2
Makefile
2
Makefile
@ -41,7 +41,7 @@ publish: upload_pypi_artifact \
|
|||||||
push_dockerhub_image
|
push_dockerhub_image
|
||||||
|
|
||||||
implementation_coverage:
|
implementation_coverage:
|
||||||
./scripts/implementation_coverage.py > IMPLEMENTATION_COVERAGE.md
|
./scripts/implementation_coverage.py
|
||||||
git commit IMPLEMENTATION_COVERAGE.md -m "Updating implementation coverage" || true
|
git commit IMPLEMENTATION_COVERAGE.md -m "Updating implementation coverage" || true
|
||||||
|
|
||||||
scaffold:
|
scaffold:
|
||||||
|
Loading…
Reference in New Issue
Block a user