Skip to content

Commit 10eaa1c

Browse files
Merge pull request #261 from codecov/thomasrockhu-codecov-patch-1
Update ci.yml
2 parents d902c97 + fe33c78 commit 10eaa1c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -6,18 +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
2321
env:

0 commit comments

Comments
 (0)