From b16d67d3e10bf54f677b9218e74077a75c806a5a Mon Sep 17 00:00:00 2001 From: Suejung Shin Date: Wed, 23 Jul 2025 12:40:22 -0700 Subject: [PATCH 1/5] chore: This is a test --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e1f773f9..b5cc655a 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,5 @@ It supports the following features: - [Codecov Documentation](https://docs.codecov.com/docs) - [Codecov Feedback](https://github.com/codecov/feedback/discussions) - [Sentry Discord](https://discord.gg/Ww9hbqr) + +this is a test From 427b19e4642f9991035918dd8c6d03196ee16ebb Mon Sep 17 00:00:00 2001 From: Suejung Shin Date: Wed, 23 Jul 2025 12:43:58 -0700 Subject: [PATCH 2/5] another test commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b5cc655a..f13fb4b1 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,5 @@ It supports the following features: - [Sentry Discord](https://discord.gg/Ww9hbqr) this is a test + +another test From 3ec38dbd71e6a8005634b7fd88f26505d8a1800f Mon Sep 17 00:00:00 2001 From: Suejung Shin Date: Wed, 23 Jul 2025 12:55:22 -0700 Subject: [PATCH 3/5] temp upload to overwatch --- .github/workflows/temp-overwatch.yml | 32 ++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/workflows/temp-overwatch.yml diff --git a/.github/workflows/temp-overwatch.yml b/.github/workflows/temp-overwatch.yml new file mode 100644 index 00000000..d93b27dd --- /dev/null +++ b/.github/workflows/temp-overwatch.yml @@ -0,0 +1,32 @@ +name: Bug Prediction (Overwatch) + +on: + pull_request: + types: + - opened + - synchronize + +permissions: + contents: read + +jobs: + upload-overwatch: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + + - name: Install Overwatch CLI + run: | + curl -o overwatch-cli https://overwatch.codecov.io/linux/cli + chmod +x overwatch-cli + # Using --upload-empty-on-error flag to force this step through. + # This workflow is a temporary workaround until this alpha feature + # is merged into AI PR review + - name: Run Overwatch CLI + run: | + ./overwatch-cli \ + --auth-token ${{ secrets.OVERWATCH_SENTRY_AUTH_TOKEN }} \ + --organization-slug sentry \ + --upload-empty-on-error \ + typescript --package-manager pnpm --eslint-pattern src From eb8e33d3372893174ea882fa8ad63b78cc4c1a04 Mon Sep 17 00:00:00 2001 From: Suejung Shin Date: Wed, 23 Jul 2025 12:59:39 -0700 Subject: [PATCH 4/5] test --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f13fb4b1..4255a838 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,5 @@ It supports the following features: this is a test another test + +test From 0b9d3e2da61b6729681b086c2d34c4e4f8530aa5 Mon Sep 17 00:00:00 2001 From: Suejung Shin Date: Wed, 23 Jul 2025 13:10:06 -0700 Subject: [PATCH 5/5] wrong slug --- .github/workflows/temp-overwatch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/temp-overwatch.yml b/.github/workflows/temp-overwatch.yml index d93b27dd..0f06bfcd 100644 --- a/.github/workflows/temp-overwatch.yml +++ b/.github/workflows/temp-overwatch.yml @@ -27,6 +27,6 @@ jobs: run: | ./overwatch-cli \ --auth-token ${{ secrets.OVERWATCH_SENTRY_AUTH_TOKEN }} \ - --organization-slug sentry \ + --organization-slug codecov \ --upload-empty-on-error \ typescript --package-manager pnpm --eslint-pattern src