From: fennecdjay Date: Sun, 8 Nov 2020 13:13:01 +0000 (+0100) Subject: :wrench: Fix coverage X-Git-Tag: nightly~1193 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=82b2cd6c0acd1c8e3fc9bd4d4ebd2724f2b3c5f5;p=gwion.git :wrench: Fix coverage --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 7c678794..08164c6f 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -85,7 +85,7 @@ jobs: run: | branch=$(basename ${{ github.event.ref }}) cd gwion-coverage-report - cp diff.html html/$branch + cp diff.md html/$branch 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/Gwion/gwion-coverage-report.git