mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 15:03:02 +00:00
Merge pull request #4187 from consideRatio/main
ci: use non-deprecated codecov uploader
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -234,9 +234,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
pytest --maxfail=2 --cov=jupyterhub jupyterhub/tests
|
pytest --maxfail=2 --cov=jupyterhub jupyterhub/tests
|
||||||
|
|
||||||
- name: Submit codecov report
|
- uses: codecov/codecov-action@v3
|
||||||
run: |
|
|
||||||
codecov
|
|
||||||
|
|
||||||
docker-build:
|
docker-build:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
@@ -3,7 +3,6 @@
|
|||||||
# seems to be a pip bug
|
# seems to be a pip bug
|
||||||
attrs>=17.4.0
|
attrs>=17.4.0
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
codecov
|
|
||||||
coverage
|
coverage
|
||||||
cryptography
|
cryptography
|
||||||
html5lib # needed for beautifulsoup
|
html5lib # needed for beautifulsoup
|
||||||
|
Reference in New Issue
Block a user