From: Jérémie Astor Date: Thu, 1 Oct 2020 17:13:06 +0000 (+0200) Subject: :wrench: Fix coverage badge X-Git-Tag: nightly~1253 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=d30ae8b86d4297b9d6d1edce23adfcbbbe27861b;p=gwion.git :wrench: Fix coverage badge --- 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