From a2703dece2672d3ecc09ceffb95fc1b81a5f0d9b Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Sun, 8 Nov 2020 14:01:32 +0100 Subject: [PATCH] :wrench: Fix coverage --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0