Merge pull request #4187 from consideRatio/main

ci: use non-deprecated codecov uploader
This commit is contained in:
Min RK
2022-11-01 09:01:22 +01:00
committed by GitHub
2 changed files with 1 additions and 4 deletions

View File

@@ -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

View File

@@ -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