We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b0da05 commit 9542952Copy full SHA for 9542952
2 files changed
.github/workflows/test.yml
@@ -26,4 +26,7 @@ jobs:
26
run: pip install tox tox-gh-actions
27
28
- name: Run tox
29
- run: tox
+ run: tox -- --cov --cov-report=xml
30
+
31
+ - name: Upload coverage reports to Codecov
32
+ uses: codecov/codecov-action@v3
setup.py
@@ -54,6 +54,7 @@
54
"coverage>=7.4,<7.5",
55
"pylint>=3,<3.1",
56
"pytest>=7.4,<7.5",
57
+ "pytest-cov>=4.1.0,<4.2",
58
"mypy>=1.8,<1.9",
59
"types-python-dateutil",
60
"types-requests",
0 commit comments