update Makefile to work with changes made in implementation_coverage script
This commit is contained in:
parent
33e56461a1
commit
99c98cbb4f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue