Skip to content

Commit f18c659

Browse files
feat: ta
1 parent 1d64869 commit f18c659

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ jobs:
1515
- name: Install dependencies
1616
run: pip install -r requirements.txt
1717
- name: Run tests and collect coverage
18-
run: pytest --cov app
18+
run: pytest --cov app --junitxml=junit.xml -o junit_family=legacy
19+
- name: Upload test results to Codecov
20+
if: ${{ !cancelled() }}
21+
uses: codecov/test-results-action@v1
22+
with:
23+
token: ${{ secrets.CODECOV_TOKEN }}
1924
- name: Upload coverage to Codecov (arg token)
2025
uses: codecov/codecov-action@main
2126
with:

0 commit comments

Comments
 (0)