make task for generating implementation coverage output
This commit is contained in:
parent
098ff4e778
commit
0ac36230e8
1 changed files with 4 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue