]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Ensure badge.svg
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Sun, 16 Feb 2020 19:30:50 +0000 (20:30 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Sun, 16 Feb 2020 19:30:50 +0000 (20:30 +0100)
.github/workflows/coverage.yml

index 3556fc95fd384f018cf3af81b07bb0893cf748dd..7d42ba0e63c5bcb7ffe1fe16a9953839d6ef5c1b 100644 (file)
@@ -59,7 +59,7 @@ jobs:
         cd gwion-coverage-report
         rm -f *.html
         cp ../*.html .
-        cp ../badge.svg .
+        convert ../badge.svg badge.png
         mv cov.html index.html
         git config --local user.email "action@github.com"
         git config --local user.name "GitHub Action"