Skip to content

Commit

Permalink
fix: just set to my branch
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Nov 15, 2024
1 parent 648a964 commit 344e845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Run tests and collect coverage
run: pytest --cov app ${{ env.CODECOV_ATS_TESTS }}
- name: Upload coverage to Codecov
uses: codecov/codecov-action@9301ab051930cc01e6bb8653208e56246571ee32
uses: codecov/codecov-action@th/fix-tokenless-branches
# uses: codecov/codecov-action@v5
with:
fail_ci_if_error: true
Expand Down

0 comments on commit 344e845

Please sign in to comment.