We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d53a4b2 commit 9f1489dCopy full SHA for 9f1489d
3 files changed
.coveragerc
@@ -0,0 +1,2 @@
1
+[run]
2
+source=binarytree
.github/workflows/build.yaml
@@ -41,7 +41,8 @@ jobs:
41
- name: Run Sphinx HTML
42
run: python -m sphinx -b html -W docs docs/_build
43
- name: Upload coverge to Codecov
44
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v2
45
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.8'
46
with:
47
+ fail_ci_if_error: true
48
token: ${{ secrets.CODECOV_TOKEN }}
setup.py
@@ -34,6 +34,8 @@
34
"pytest-cov>=2.0.0",
35
"sphinx",
36
"sphinx_rtd_theme",
37
+ "types-setuptools",
38
+ "types-dataclasses",
39
],
40
},
classifiers=[
0 commit comments