From 9ae6244645f85954d99c5f8b6bad376ba2063806 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sun, 16 Feb 2020 19:48:36 +0100 Subject: [PATCH] :wrench: try to push --- .github/workflows/coverage.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 0dbe8c6ba..8573450e4 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -49,9 +49,7 @@ jobs: then COLOR=yellow else COLOR=red fi - wget https://badgen.net/badge/coverage/$COV_TXT/$COLOR -O badge.svg - echo $COV_NUM $COLOR - ls + wget https://badgen.net/badge/coverage/$COV_NUM/$COLOR -O badge.svg - name: Push Report run: | @@ -61,5 +59,7 @@ jobs: cp ../*.html . cp ../badge.svg . mv cov.html index.html - ls - cat index.html + git add . + git commit -m "Update coverage" + git remote set-url origin https://${{ secrets.COVERAGE_TOKEN }}@github.com/fennecdjay/gwion-coverage-report.git + git push