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