Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🗑️ Removes deprecated codecov #4098

Merged
merged 4 commits into from
Apr 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/ci-testing-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -978,10 +978,6 @@ jobs:
run: ./ci/github/unit-testing/frontend.bash install
- name: test
run: ./ci/github/unit-testing/frontend.bash test
# no coverage here??
# - uses: codecov/[email protected]
# with:
# flags: unittests #optional

unit-test-python-linting:
needs: changes
Expand Down
1 change: 0 additions & 1 deletion packages/pytest-simcore/requirements/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
pytest-cov
coveralls
coverage
codecov
2 changes: 1 addition & 1 deletion services/agent/requirements/_test.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
--constraint _base.txt

aioboto3
codecov

coverage
coveralls
faker
Expand Down
4 changes: 0 additions & 4 deletions services/agent/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,9 @@ click==8.1.3
# via
# -c requirements/_base.txt
# flask
codecov==2.1.12
# via -r requirements/_test.in
coverage==6.5.0
# via
# -r requirements/_test.in
# codecov
# coveralls
# pytest-cov
coveralls==3.3.1
Expand Down Expand Up @@ -216,7 +213,6 @@ pyyaml==5.4.1
# openapi-spec-validator
requests==2.28.2
# via
# codecov
# coveralls
# docker
# moto
Expand Down
2 changes: 1 addition & 1 deletion services/api-server/requirements/_test.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
alembic
asgi_lifespan
click
codecov

coveralls
docker
faker
Expand Down
4 changes: 0 additions & 4 deletions services/api-server/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,8 @@ click==8.1.3
# via
# -r requirements/_test.in
# flask
codecov==2.1.12
# via -r requirements/_test.in
coverage==6.5.0
# via
# codecov
# coveralls
# pytest-cov
coveralls==3.3.1
Expand Down Expand Up @@ -245,7 +242,6 @@ pyyaml==5.4.1
requests==2.27.1
# via
# -c requirements/_base.txt
# codecov
# coveralls
# docker
# moto
Expand Down
2 changes: 1 addition & 1 deletion services/autoscaling/requirements/_test.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

asgi-lifespan

codecov

coverage
coveralls
deepdiff
Expand Down
4 changes: 0 additions & 4 deletions services/autoscaling/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,9 @@ click==8.1.3
# via
# -c requirements/_base.txt
# flask
codecov==2.1.12
# via -r requirements/_test.in
coverage==6.5.0
# via
# -r requirements/_test.in
# codecov
# coveralls
# pytest-cov
coveralls==3.3.1
Expand Down Expand Up @@ -228,7 +225,6 @@ redis==4.5.1
# fakeredis
requests==2.28.2
# via
# codecov
# coveralls
# docker
# moto
Expand Down
2 changes: 1 addition & 1 deletion services/catalog/requirements/_test.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

alembic # migration due to pytest_simcore.postgres_service
click
codecov

coveralls
docker
Faker
Expand Down
4 changes: 0 additions & 4 deletions services/catalog/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,8 @@ charset-normalizer==2.0.12
# requests
click==8.1.3
# via -r requirements/_test.in
codecov==2.1.12
# via -r requirements/_test.in
coverage==6.5.0
# via
# codecov
# coveralls
# pytest-cov
coveralls==3.3.1
Expand Down Expand Up @@ -154,7 +151,6 @@ python-dateutil==2.8.2
requests==2.27.1
# via
# -c requirements/_base.txt
# codecov
# coveralls
# docker
respx==0.20.1
Expand Down
2 changes: 1 addition & 1 deletion services/datcore-adapter/requirements/_test.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


asgi_lifespan
codecov

coverage
coveralls
faker
Expand Down
7 changes: 1 addition & 6 deletions services/datcore-adapter/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,9 @@ certifi==2022.12.7
# requests
charset-normalizer==3.0.1
# via requests
codecov==2.1.12
# via -r requirements/_test.in
coverage==6.5.0
# via
# -r requirements/_test.in
# codecov
# coveralls
# pytest-cov
coveralls==3.3.1
Expand Down Expand Up @@ -101,9 +98,7 @@ python-dateutil==2.8.2
# -c requirements/_base.txt
# faker
requests==2.28.2
# via
# codecov
# coveralls
# via coveralls
respx==0.20.1
# via -r requirements/_test.in
rfc3986==1.5.0
Expand Down
2 changes: 1 addition & 1 deletion services/director-v2/requirements/_test.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ aioboto3
alembic # migration due to pytest_simcore.postgres_service2
asgi_lifespan
async-asgi-testclient # replacement for fastapi.testclient.TestClient [see b) below]
codecov

coveralls
dask-gateway-server[local]
dask[distributed,diagnostics]
Expand Down
4 changes: 0 additions & 4 deletions services/director-v2/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,10 @@ cloudpickle==2.2.1
# -c requirements/_base.txt
# dask
# distributed
codecov==2.1.12
# via -r requirements/_test.in
colorlog==6.7.0
# via dask-gateway-server
coverage==6.5.0
# via
# codecov
# coveralls
# pytest-cov
coveralls==3.3.1
Expand Down Expand Up @@ -281,7 +278,6 @@ requests==2.27.1
# via
# -c requirements/_base.txt
# async-asgi-testclient
# codecov
# coveralls
# docker
respx==0.20.1
Expand Down
2 changes: 1 addition & 1 deletion services/director/requirements/_test.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pytest-simcore @ git+https://github.com/ITISFoundation/osparc-simcore.git@79f86

# testing
aioresponses
codecov

coverage==4.5.1 # TODO: Downgraded because of a bug https://github.com/nedbat/coveragepy/issues/716
coveralls
docker
Expand Down
3 changes: 0 additions & 3 deletions services/director/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,9 @@ charset-normalizer==2.0.12
# via
# -r requirements/_base.txt
# requests
codecov==2.1.10
# via -r requirements/_test.in
coverage==4.5.1
# via
# -r requirements/_test.in
# codecov
# coveralls
# pytest-cov
coveralls==2.1.2
Expand Down
2 changes: 1 addition & 1 deletion services/invitations/requirements/_test.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
--constraint _base.txt

codecov

coverage
coveralls
faker
Expand Down
7 changes: 1 addition & 6 deletions services/invitations/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,9 @@ certifi==2022.12.7
# requests
charset-normalizer==3.0.1
# via requests
codecov==2.1.12
# via -r requirements/_test.in
coverage==6.5.0
# via
# -r requirements/_test.in
# codecov
# coveralls
# pytest-cov
coveralls==3.3.1
Expand Down Expand Up @@ -82,9 +79,7 @@ python-dateutil==2.8.2
python-dotenv==0.21.0
# via -r requirements/_test.in
requests==2.28.2
# via
# codecov
# coveralls
# via coveralls
rfc3986==1.5.0
# via
# -c requirements/_base.txt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


aiodocker
codecov

dask-gateway
docker
faker
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,8 @@ cloudpickle==2.2.1
# -c requirements/../../../../dask-sidecar/requirements/_dask-distributed.txt
# dask
# distributed
codecov==2.1.12
# via -r requirements/_test.in
coverage==7.2.1
# via
# codecov
# pytest-cov
# via pytest-cov
dask==2023.3.0
# via
# -c requirements/../../../../dask-sidecar/requirements/_dask-distributed.txt
Expand Down Expand Up @@ -170,9 +166,7 @@ pyyaml==5.4.1
# dask-gateway
# distributed
requests==2.28.2
# via
# codecov
# docker
# via docker
six==1.16.0
# via python-dateutil
sortedcontainers==2.4.0
Expand Down
2 changes: 1 addition & 1 deletion services/storage/requirements/_test.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
simcore-service-storage-sdk @ git+https://github.com/ITISFoundation/osparc-simcore.git@cfdf4f86d844ebb362f4f39e9c6571d561b72897#subdirectory=services/storage/client-sdk/python

aioresponses
codecov

coverage
coveralls
docker
Expand Down
4 changes: 0 additions & 4 deletions services/storage/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,9 @@ click==8.1.3
# via
# -c requirements/_base.txt
# flask
codecov==2.1.12
# via -r requirements/_test.in
coverage==6.5.0
# via
# -r requirements/_test.in
# codecov
# coveralls
# pytest-cov
coveralls==3.3.1
Expand Down Expand Up @@ -252,7 +249,6 @@ pyyaml==5.4.1
# openapi-spec-validator
requests==2.28.2
# via
# codecov
# coveralls
# docker
# moto
Expand Down
2 changes: 1 addition & 1 deletion services/web/server/requirements/_test.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
aioresponses
alembic
click
codecov

coverage
coveralls
docker
Expand Down
4 changes: 0 additions & 4 deletions services/web/server/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,9 @@ charset-normalizer==2.0.12
# requests
click==8.1.3
# via -r requirements/_test.in
codecov==2.1.12
# via -r requirements/_test.in
coverage==6.5.0
# via
# -r requirements/_test.in
# codecov
# coveralls
# pytest-cov
coveralls==3.3.1
Expand Down Expand Up @@ -178,7 +175,6 @@ redis==4.4.0
requests==2.28.1
# via
# -c requirements/_base.txt
# codecov
# coveralls
# docker
six==1.16.0
Expand Down