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 cc8cb61

Browse files
committed
Add uploading coverage report to github actions
1 parent 4f83b00 commit cc8cb61

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

‎.github/workflows/run_tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,10 @@ jobs:
2222
2323
- name: Run pytest
2424
run: |
25-
pytest --cov=./ --cov-report=xml -v
25+
pytest --cov=./ --cov-report=xml -v
26+
27+
- name: Upload coverage report
28+
uses: actions/upload-artifact@v3
29+
with:
30+
name: coverage-report
31+
path: coverage.xml

0 commit comments

Comments
(0)

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