git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git remote set-url origin https://${{ secrets.COVERAGE_TOKEN }}@github.com/fennecdjay/gwion-coverage-report.git
- git add README.md coverage_num.txt *.html
+ git add README.md coverage_num.txt
git commit -m "Update coverage" || true
git push || true
git add -f html
git commit -m "Update html report"
git push origin :gh-pages || true
git subtree push --prefix html origin gh-pages
+ git rm -r html
+ git commit -m "Update coverage" || true
+ git push || true