Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8a338c3

Browse files
Merge pull request #316 from codecov/th/ta
feat: ta
2 parents 1d64869 + f18c659 commit 8a338c3

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)

AltStyle によって変換されたページ (->オリジナル) /