From 1e6397837e53ba47f11918932143d4df37262b19 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sun, 16 Feb 2020 20:39:33 +0100 Subject: [PATCH] :wrench: Ensure badge.svg --- .github/workflows/coverage.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index a12006d3..bee051da 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -60,6 +60,7 @@ jobs: rm -f *.html *.svg cp ../*.html . convert -size 1024x1024 ../badge.svg badge.png + cp ../badge.svg badge.svg mv cov.html index.html git config --local user.email "action@github.com" git config --local user.name "GitHub Action" -- 2.43.0