Skip to content

Commit

Permalink
ci: upload test coverage to Codecov (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola authored Jan 4, 2024
1 parent 2b0da05 commit 9542952
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@ jobs:
run: pip install tox tox-gh-actions

- name: Run tox
run: tox
run: tox -- --cov --cov-report=xml

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"coverage>=7.4,<7.5",
"pylint>=3,<3.1",
"pytest>=7.4,<7.5",
"pytest-cov>=4.1.0,<4.2",
"mypy>=1.8,<1.9",
"types-python-dateutil",
"types-requests",
Expand Down

0 comments on commit 9542952

Please sign in to comment.