Skip to content

Commit 968536f

Browse files
committed
Use codecov GH action
1 parent 6a78d3b commit 968536f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ jobs:
3030
python -m pytest --cov=lazy_loader --durations=10
3131
# Tests fail if using `--doctest-modules`. I.e.,
3232
# python -m pytest --cov=lazy_loader --doctest-modules --durations=20
33-
codecov
33+
34+
- name: Upload coverage to Codecov
35+
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)