From deb228b09cdb16672643f9b8844ac8827ffda3d2 Mon Sep 17 00:00:00 2001 From: taylan isikdemir Date: Tue, 19 Nov 2024 11:59:35 -0800 Subject: [PATCH 1/4] Update codecov config with new github org --- .github/workflows/codecov.yml | 2 +- idls | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index d9d37589f..f05a97db0 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -28,4 +28,4 @@ jobs: file: .build/cover.out exclude: ./ token: ${{ secrets.CODECOV_TOKEN }} - slug: uber-go/cadence-client + slug: cadence-workflow/cadence-go-client diff --git a/idls b/idls index 0482c040f..83d5cae7f 160000 --- a/idls +++ b/idls @@ -1 +1 @@ -Subproject commit 0482c040f91d17be35cccee2bc1cf883f7344992 +Subproject commit 83d5cae7fc5176f73486ffe82144044711930073 From c5785986882a94de7ec6cb07d4491fc2a0f0769b Mon Sep 17 00:00:00 2001 From: taylan isikdemir Date: Wed, 20 Nov 2024 12:44:28 -0800 Subject: [PATCH 2/4] noop change --- .github/workflows/codecov.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index f05a97db0..5877a917e 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -1,5 +1,6 @@ name: Workflow for Codecov integration on: [push, pull_request] + jobs: codecov: runs-on: ubuntu-latest From 6c5e7c7533ea6499e030a9e711a7462ff59a5d79 Mon Sep 17 00:00:00 2001 From: taylan isikdemir Date: Wed, 20 Nov 2024 12:49:49 -0800 Subject: [PATCH 3/4] revert idls change added by mistake --- idls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idls b/idls index 83d5cae7f..0482c040f 160000 --- a/idls +++ b/idls @@ -1 +1 @@ -Subproject commit 83d5cae7fc5176f73486ffe82144044711930073 +Subproject commit 0482c040f91d17be35cccee2bc1cf883f7344992 From 63369adf8f87462421f8a9b104c9fa04c48b6af0 Mon Sep 17 00:00:00 2001 From: taylan isikdemir Date: Wed, 20 Nov 2024 13:06:15 -0800 Subject: [PATCH 4/4] noop change to trigger bk --- .github/workflows/codecov.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 5877a917e..f05a97db0 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -1,6 +1,5 @@ name: Workflow for Codecov integration on: [push, pull_request] - jobs: codecov: runs-on: ubuntu-latest