mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
ci: use non-deprecated codecov action
This commit is contained in:
3
.github/workflows/unit-test.yaml
vendored
3
.github/workflows/unit-test.yaml
vendored
@@ -97,5 +97,4 @@ jobs:
|
|||||||
run: pytest --verbose --maxfail=2 --color=yes --durations=10 --cov=tljh tests/
|
run: pytest --verbose --maxfail=2 --color=yes --durations=10 --cov=tljh tests/
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
|
|
||||||
- name: Upload code coverage stats
|
- uses: codecov/codecov-action@v3
|
||||||
run: codecov
|
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
pytest
|
pytest
|
||||||
pytest-cov
|
pytest-cov
|
||||||
pytest-mock
|
pytest-mock
|
||||||
codecov
|
|
||||||
|
|||||||
Reference in New Issue
Block a user