make task for generating implementation coverage output
This commit is contained in:
parent
098ff4e778
commit
0ac36230e8
4
Makefile
4
Makefile
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user