Skip to content

Commit f777754

Browse files
Update ci.yml
1 parent 1807fbc commit f777754

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/ci.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,16 @@ jobs:
66
steps:
77
- name: Checkout
88
uses: actions/checkout@v4
9-
with:
10-
fetch-depth: 0
119
- name: Set up Python 3.10
1210
uses: actions/setup-python@v4
1311
with:
1412
python-version: '3.10'
1513
- name: Install dependencies
1614
run: pip install -r requirements.txt
1715
- name: Run tests and collect coverage
18-
run: pytest --cov app ${{ env.CODECOV_ATS_TESTS }}
16+
run: pytest --cov app
1917
- name: Upload coverage to Codecov
20-
uses: codecov/codecov-action@v4
18+
uses: codecov/codecov-action@v5
2119
with:
2220
verbose: true
23-
env:
24-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
21+
use_oidc: true

0 commit comments

Comments
 (0)