We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 259877e commit 982372bCopy full SHA for 982372b
.github/workflows/ci.yml
@@ -15,9 +15,10 @@ jobs:
15
- name: Install dependencies
16
run: pip install -r requirements.txt
17
- name: Run tests and collect coverage
18
- run: pytest --cov app ${{ env.CODECOV_ATS_TESTS }}
+ run: pytest --cov app
19
- name: Upload coverage to Codecov
20
- uses: codecov/codecov-action@th/fix-pr-and-commit-fixes
+ uses: codecov/codecov-action@th/do-not-merge
21
with:
22
fail_ci_if_error: true
23
verbose: true
24
+ use_oidc: true
0 commit comments