From a8a4fe93043507b050bf534bbc68705e9cc09691 Mon Sep 17 00:00:00 2001 From: Nora Shapiro Date: Tue, 19 Nov 2024 12:12:38 -0800 Subject: [PATCH] point to test branch --- .github/workflows/api.yml | 2 +- .github/workflows/frontend.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/api.yml b/.github/workflows/api.yml index 93aeb5e..7aacc94 100644 --- a/.github/workflows/api.yml +++ b/.github/workflows/api.yml @@ -20,7 +20,7 @@ jobs: - name: Run tests and collect coverage run: pytest --cov - name: Upload coverage reports to Codecov with GitHub Action - uses: codecov/codecov-action@main + uses: codecov/codecov-action@th/do-not-merge with: use_oidc: true flags: backend \ No newline at end of file diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index 3c2fc93..620cf98 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -23,7 +23,7 @@ jobs: - name: Run tests and collect coverage run: npm run test - name: Upload coverage reports to Codecov with GitHub Action - uses: codecov/codecov-action@main + uses: codecov/codecov-action@th/do-not-merge with: use_oidc: true flags: frontend \ No newline at end of file