Skip to content

Commit 982372b

Browse files
fix: use oidc
1 parent 259877e commit 982372b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ jobs:
1515
- name: Install dependencies
1616
run: pip install -r requirements.txt
1717
- name: Run tests and collect coverage
18-
run: pytest --cov app ${{ env.CODECOV_ATS_TESTS }}
18+
run: pytest --cov app
1919
- name: Upload coverage to Codecov
20-
uses: codecov/codecov-action@th/fix-pr-and-commit-fixes
20+
uses: codecov/codecov-action@th/do-not-merge
2121
with:
2222
fail_ci_if_error: true
2323
verbose: true
24+
use_oidc: true

0 commit comments

Comments
 (0)