]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Fix coverage
authorfennecdjay <fennecdjay@gwion.tk>
Sun, 8 Nov 2020 13:01:32 +0000 (14:01 +0100)
committerfennecdjay <fennecdjay@gwion.tk>
Sun, 8 Nov 2020 13:01:32 +0000 (14:01 +0100)
.github/workflows/coverage.yml

index 13c35013e53a58beaef93a154e24a1555193c6b8..7c6787948c54df0131da6a372e8d381d44da8325 100644 (file)
@@ -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