From: Jérémie Astor Date: Sun, 16 Feb 2020 19:33:32 +0000 (+0100) Subject: :wrench: Ensure badge.svg X-Git-Tag: nightly~1908 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=1d04d961c3c98cfdb70f4d2c910c5ca1a4a6c840;p=gwion.git :wrench: Ensure badge.svg --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 7d42ba0e..a12006d3 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -57,9 +57,9 @@ jobs: run: | git clone https://github.com/fennecdjay/gwion-coverage-report cd gwion-coverage-report - rm -f *.html + rm -f *.html *.svg cp ../*.html . - convert ../badge.svg badge.png + convert -size 1024x1024 ../badge.svg badge.png mv cov.html index.html git config --local user.email "action@github.com" git config --local user.name "GitHub Action"