From 8b5f490e4316def60cd8908a35c7036faf89cf0d Mon Sep 17 00:00:00 2001 From: Nate Mortensen Date: Thu, 24 Oct 2024 08:23:19 -0700 Subject: [PATCH] Change slug to reflect repo name --- .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 3103b8f94..44e5e149e 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -14,4 +14,4 @@ jobs: uses: codecov/codecov-action@v4 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - slug: uber/cadence \ No newline at end of file + slug: uber/cadence-java-client \ No newline at end of file