From d30ae8b86d4297b9d6d1edce23adfcbbbe27861b Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Thu, 1 Oct 2020 19:13:06 +0200 Subject: [PATCH] :wrench: Fix coverage badge --- .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 f18237d2..c63cf44f 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -83,7 +83,7 @@ jobs: 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 + git add README.md coverage_num.txt badge.svg git commit -m "Update coverage" || true git push || true cp focus.js html -- 2.43.0