diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49c014ea3..cecb74559 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -386,7 +386,7 @@ jobs: with: name: Test Results path: tmp/zqmr/t/junit/test-results.xml - reporter: junit + reporter: github-pr-check # or use 'github-pr-review' to add a review comment - name: Upload coverage to Codecov if: always() uses: codecov/codecov-action@v4