From 42da616fd32930926299941cece9844f2f6ea67b Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Wed, 18 Dec 2024 15:13:49 -0300 Subject: [PATCH] fix: test branch --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15abf468..dd6fe958 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,25 +17,25 @@ jobs: - name: Run tests and collect coverage run: pytest --cov app - name: Upload coverage to Codecov (arg token) - uses: codecov/codecov-action@main + uses: codecov/codecov-action@th/bump-scripts-and-logging with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }} verbose: true - name: Upload coverage to Codecov (env token) - uses: codecov/codecov-action@main + uses: codecov/codecov-action@th/bump-scripts-and-logging with: fail_ci_if_error: true verbose: true env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - name: Upload coverage to Codecov (no token) - uses: codecov/codecov-action@main + uses: codecov/codecov-action@th/bump-scripts-and-logging with: fail_ci_if_error: true verbose: true - name: Upload coverage to Codecov (oidc) - uses: codecov/codecov-action@main + uses: codecov/codecov-action@th/bump-scripts-and-logging with: fail_ci_if_error: true use_oidc: true