We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a78d3b commit 2adc4f2Copy full SHA for 2adc4f2
.github/workflows/coverage.yml
@@ -30,4 +30,6 @@ jobs:
30
python -m pytest --cov=lazy_loader --durations=10
31
# Tests fail if using `--doctest-modules`. I.e.,
32
# python -m pytest --cov=lazy_loader --doctest-modules --durations=20
33
- codecov
+
34
+ - name: Upload coverage to Codecov
35
+ uses: codecov/codecov-action@v3
pyproject.toml
@@ -23,7 +23,7 @@ dynamic = ["description"]
23
24
25
[project.optional-dependencies]
26
-test = ["pytest >= 7.2", "pytest-cov >= 4.0", "codecov >= 2.1"]
+test = ["pytest >= 7.2", "pytest-cov >= 4.0"]
27
lint = ["pre-commit >= 3.1"]
28
29
[project.urls]
0 commit comments