From: Jérémie Astor Date: Mon, 17 Feb 2020 19:54:25 +0000 (+0100) Subject: use html dir X-Git-Tag: nightly~1879 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=32ea59a85025127d1278ad4717344c8060a7ba6f;p=gwion.git use html dir --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index e425a2f4..1a589b6b 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -71,7 +71,7 @@ jobs: 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 - git commit -m "Update coverage" + git commit -m "Update coverage" || true git push || true git add -f html git commit -m "Update html report"