diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 895068f4b24..92dc1597c68 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -60,7 +60,7 @@ jobs: if: ${{ steps.changed-tests.outputs.tests_any_changed == 'true' && github.event.pull_request.head.repo.full_name == github.repository }} uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 with: - username: winsvega + username: felix314159 password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Install deps @@ -275,7 +275,7 @@ jobs: uses: addnab/docker-run-action@4f65fabd2431ebc8d299f8e5a018d79a769ae185 if: ${{ steps.changed-tests.outputs.tests_any_changed == 'true' }} with: - image: winsvega/evmone-coverage-script:latest + image: felix314159/evmone-coverage-script:latest options: -v ${{ github.workspace }}/evmtest_coverage/coverage:/tests run: /entrypoint.sh --mode=cover --driver=native --testpath=/tests/BASE_TESTS --outputname=BASE @@ -283,7 +283,7 @@ jobs: uses: addnab/docker-run-action@4f65fabd2431ebc8d299f8e5a018d79a769ae185 if: ${{ steps.changed-tests.outputs.tests_any_changed == 'true' }} with: - image: winsvega/evmone-coverage-script:latest + image: felix314159/evmone-coverage-script:latest options: -v ${{ github.workspace }}/evmtest_coverage/coverage:/tests run: /entrypoint.sh --mode=cover --driver=native --testpath=/tests/PATCH_TESTS --outputname=PATCH @@ -291,7 +291,7 @@ jobs: uses: addnab/docker-run-action@4f65fabd2431ebc8d299f8e5a018d79a769ae185 if: ${{ steps.changed-tests.outputs.tests_any_changed == 'true' }} with: - image: winsvega/evmone-coverage-script:latest + image: felix314159/evmone-coverage-script:latest options: -v ${{ github.workspace }}/evmtest_coverage/coverage:/tests run: /entrypoint.sh --mode=diff --basefile=coverage_BASE.lcov --patchfile=coverage_PATCH.lcov @@ -313,6 +313,6 @@ jobs: uses: addnab/docker-run-action@4f65fabd2431ebc8d299f8e5a018d79a769ae185 if: ${{ steps.changed-tests.outputs.tests_any_changed == 'true' }} with: - image: winsvega/evmone-coverage-script:latest + image: felix314159/evmone-coverage-script:latest options: -v ${{ github.workspace }}/evmtest_coverage/coverage:/tests run: /check.sh