Skip to content

Commit

Permalink
fix: use oidc
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Nov 19, 2024
1 parent 259877e commit 982372b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ jobs:
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run tests and collect coverage
run: pytest --cov app ${{ env.CODECOV_ATS_TESTS }}
run: pytest --cov app
- name: Upload coverage to Codecov
uses: codecov/codecov-action@th/fix-pr-and-commit-fixes
uses: codecov/codecov-action@th/do-not-merge
with:
fail_ci_if_error: true
verbose: true
use_oidc: true

0 comments on commit 982372b

Please sign in to comment.