From 32ea59a85025127d1278ad4717344c8060a7ba6f Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Mon, 17 Feb 2020 20:54:25 +0100 Subject: [PATCH] use html dir --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.43.0