From 053eb3ea080256697c88db089313794c0238e899 Mon Sep 17 00:00:00 2001 From: Shannon Anahata Date: Fri, 26 Sep 2025 12:14:14 -0700 Subject: [PATCH 1/2] updating workflow --- .github/workflows/codecov.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index e30f6d2..407b3ae 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -31,9 +31,11 @@ jobs: continue-on-error: true # Allow flaky tests to not fail the build - name: Upload test results to Sentry if: ${{ !cancelled() }} - uses: getsentry/prevent-action + uses: getsentry/prevent-action@v1 with: token: ${{ secrets.SENTRY_PREVENT_TOKEN }} + report-type: test-results + files: ./test-results.junit.xml # - name: Upload coverage reports to Codecov # uses: codecov/codecov-action@v5 # with: From 112951bcfb8eff992bde9ac532532f3bd5711e8e Mon Sep 17 00:00:00 2001 From: Shannon Anahata Date: Fri, 26 Sep 2025 12:18:16 -0700 Subject: [PATCH 2/2] fixing workflow for TA --- .github/workflows/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 407b3ae..f75d032 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -31,7 +31,7 @@ jobs: continue-on-error: true # Allow flaky tests to not fail the build - name: Upload test results to Sentry if: ${{ !cancelled() }} - uses: getsentry/prevent-action@v1 + uses: getsentry/prevent-action with: token: ${{ secrets.SENTRY_PREVENT_TOKEN }} report-type: test-results