updating implementation coverage on version release
This commit is contained in:
parent
c3a79dad5b
commit
3fc0326b55
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
|
@ -29,7 +29,10 @@ tag_github_release:
|
||||||
git tag `python setup.py --version`
|
git tag `python setup.py --version`
|
||||||
git push origin `python setup.py --version`
|
git push origin `python setup.py --version`
|
||||||
|
|
||||||
publish: upload_pypi_artifact tag_github_release push_dockerhub_image
|
publish: implementation_coverage \
|
||||||
|
upload_pypi_artifact \
|
||||||
|
tag_github_release \
|
||||||
|
push_dockerhub_image
|
||||||
|
|
||||||
implementation_coverage:
|
implementation_coverage:
|
||||||
./scripts/implementation_coverage.py > IMPLEMENTATION_COVERAGE.md
|
./scripts/implementation_coverage.py > IMPLEMENTATION_COVERAGE.md
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue