diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 25c0034..9f1adf4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,9 @@ jobs: go-version-file: go.mod - name: Run tests with coverage - run: go test -coverprofile=coverage.out ./tests/... + run: | + go test -coverprofile=coverage.out ./tests/... + sed -i 's|dappco.re/go/core/||g' coverage.out - name: Upload to Codecov uses: codecov/codecov-action@v5