specify appdir for heroku deployment
parent
d89e2c5f0c
commit
4c7a6a8592
|
@ -41,6 +41,7 @@ jobs:
|
||||||
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
|
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
|
||||||
heroku_app_name: svgpathtools-coverage
|
heroku_app_name: svgpathtools-coverage
|
||||||
heroku_email: ${{secrets.HEROKU_EMAIL}}
|
heroku_email: ${{secrets.HEROKU_EMAIL}}
|
||||||
|
appdir: htmlcov
|
||||||
#
|
#
|
||||||
# # send report to Codacy
|
# # send report to Codacy
|
||||||
# - name: Report to Codacy
|
# - name: Report to Codacy
|
||||||
|
|
Loading…
Reference in New Issue