Skip to content

Commit

Permalink
🗑️ Removes coveralls for test coverage (#4099)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov authored Apr 13, 2023
1 parent 8999374 commit 10d1ef7
Show file tree
Hide file tree
Showing 56 changed files with 67 additions and 333 deletions.
8 changes: 4 additions & 4 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ Makefile @pcrespov @sanderegg

# NOTE: '/' denotes the root of the repository
/.github/ @sanderegg @pcrespov
/api/ @sanderegg @pcrespov
/api/ @sanderegg @pcrespov @matusdrobuliak66
/ci/ @sanderegg @pcrespov
/docs/ @pcrespov
/packages/models-library/ @sanderegg @pcrespov
/packages/models-library/ @sanderegg @pcrespov @matusdrobuliak66
/packages/pytest-simcore/ @pcrespov @sanderegg
/packages/service-integration/ @pcrespov @sanderegg @GitHK
/packages/service-library/ @pcrespov
/packages/settings-library/ @pcrespov @sanderegg
/requirements/ @pcrespov
/requirements/ @pcrespov @matusdrobuliak66
/scripts/demo/ @odeimaiz @pcrespov
/scripts/json-schema-to-openapi-schema @sanderegg
/scripts/template-projects/ @odeimaiz @pcrespov
/services/agent @GitHK
/services/api-server/ @pcrespov
/services/autoscaling/ @Surfict @sanderegg @pcrespov
/services/autoscaling/ @sanderegg @pcrespov
/services/catalog/ @pcrespov @sanderegg
/services/datcore-adapter/ @sanderegg
/services/director*/ @sanderegg @pcrespov @GitHK
Expand Down
2 changes: 1 addition & 1 deletion api/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ attrs==22.2.0
# pytest
charset-normalizer==3.0.1
# via aiohttp
coverage[toml]==7.2.1
coverage[toml]==7.2.3
# via
# -r requirements.in
# pytest-cov
Expand Down
1 change: 0 additions & 1 deletion ci/github/system-testing/public-api.bash
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ test() {
# add too much overhead (e.g. low log-level etc)
pytest \
--color=yes \
--cov-report=term-missing \
--keep-docker-up \
--durations=5 \
-v \
Expand Down
1 change: 0 additions & 1 deletion ci/github/system-testing/swarm-deploy.bash
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ test() {
# add too much overhead (e.g. low log-level etc)
pytest \
--color=yes \
--cov-report=term-missing \
-v \
--durations=5 \
--log-level=INFO \
Expand Down
2 changes: 0 additions & 2 deletions packages/dask-task-models-library/requirements/_test.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
--constraint _base.txt

# testing

coverage
coveralls
faker
pint
pytest
Expand Down
20 changes: 2 additions & 18 deletions packages/dask-task-models-library/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,12 @@ attrs==22.2.0
# -c requirements/_base.txt
# aiohttp
# pytest
certifi==2022.12.7
# via requests
charset-normalizer==3.0.1
# via
# aiohttp
# requests
coverage==6.5.0
# via aiohttp
coverage==7.2.3
# via
# -r requirements/_test.in
# coveralls
# pytest-cov
coveralls==3.3.1
# via -r requirements/_test.in
docopt==0.6.2
# via coveralls
exceptiongroup==1.1.0
# via pytest
faker==17.4.0
Expand All @@ -45,7 +36,6 @@ icdiff==2.0.6
idna==3.4
# via
# -c requirements/_base.txt
# requests
# yarl
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -94,8 +84,6 @@ python-dateutil==2.8.2
# via faker
pyyaml==6.0
# via -r requirements/_test.in
requests==2.28.2
# via coveralls
six==1.16.0
# via python-dateutil
termcolor==2.2.0
Expand All @@ -104,9 +92,5 @@ tomli==2.0.1
# via
# coverage
# pytest
urllib3==1.26.14
# via
# -c requirements/_base.txt
# requests
yarl==1.8.2
# via aiohttp
1 change: 0 additions & 1 deletion packages/models-library/requirements/_test.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
--constraint _base.txt

coverage
coveralls
faker
pint
pytest
Expand Down
20 changes: 2 additions & 18 deletions packages/models-library/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,12 @@ attrs==22.2.0
# -c requirements/_base.txt
# aiohttp
# pytest
certifi==2022.12.7
# via requests
charset-normalizer==3.0.1
# via
# aiohttp
# requests
coverage==6.5.0
# via aiohttp
coverage==7.2.3
# via
# -r requirements/_test.in
# coveralls
# pytest-cov
coveralls==3.3.1
# via -r requirements/_test.in
docopt==0.6.2
# via coveralls
exceptiongroup==1.1.0
# via pytest
faker==17.4.0
Expand All @@ -45,7 +36,6 @@ icdiff==2.0.6
idna==3.4
# via
# -c requirements/_base.txt
# requests
# yarl
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -93,8 +83,6 @@ python-dateutil==2.8.2
# via faker
pyyaml==6.0
# via -r requirements/_test.in
requests==2.28.2
# via coveralls
six==1.16.0
# via python-dateutil
termcolor==2.2.0
Expand All @@ -103,9 +91,5 @@ tomli==2.0.1
# via
# coverage
# pytest
urllib3==1.26.14
# via
# -c requirements/../../../requirements/constraints.txt
# requests
yarl==1.8.2
# via aiohttp
1 change: 0 additions & 1 deletion packages/postgres-database/requirements/_test.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

aiopg[sa]
coverage
coveralls
faker
pytest
pytest-aiohttp # incompatible with pytest-asyncio. See https://github.com/pytest-dev/pytest-asyncio/issues/76
Expand Down
21 changes: 1 addition & 20 deletions packages/postgres-database/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,14 @@ attrs==22.2.0
# aiohttp
# pytest
# pytest-docker
certifi==2022.12.7
# via
# -c requirements/_migration.txt
# requests
charset-normalizer==3.0.1
# via
# -c requirements/_migration.txt
# aiohttp
# requests
coverage==6.5.0
coverage==7.2.3
# via
# -r requirements/_test.in
# coveralls
# pytest-cov
coveralls==3.3.1
# via -r requirements/_test.in
docopt==0.6.2
# via coveralls
exceptiongroup==1.1.0
# via pytest
faker==17.4.0
Expand All @@ -54,7 +44,6 @@ greenlet==2.0.2
idna==3.4
# via
# -c requirements/_migration.txt
# requests
# yarl
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -102,10 +91,6 @@ python-dateutil==2.8.2
# via faker
pyyaml==6.0
# via -r requirements/_test.in
requests==2.28.2
# via
# -c requirements/_migration.txt
# coveralls
six==1.16.0
# via
# -c requirements/_migration.txt
Expand All @@ -125,10 +110,6 @@ typing-extensions==4.5.0
# via
# mypy
# sqlalchemy2-stubs
urllib3==1.26.14
# via
# -c requirements/_migration.txt
# requests
yarl==1.8.2
# via
# -c requirements/_base.txt
Expand Down
6 changes: 0 additions & 6 deletions packages/pytest-simcore/requirements/coverage.txt

This file was deleted.

6 changes: 0 additions & 6 deletions packages/pytest-simcore/requirements/mocks.txt

This file was deleted.

20 changes: 0 additions & 20 deletions packages/pytest-simcore/requirements/tests_base.txt

This file was deleted.

7 changes: 0 additions & 7 deletions packages/pytest-simcore/requirements/tests_w_aiohttp.txt

This file was deleted.

6 changes: 0 additions & 6 deletions packages/pytest-simcore/requirements/tests_w_fastapi.txt

This file was deleted.

2 changes: 1 addition & 1 deletion packages/service-integration/requirements/_test.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
#
--constraint _base.txt


coverage
coveralls
pytest
pytest-cov
pytest-instafail
Expand Down
27 changes: 1 addition & 26 deletions packages/service-integration/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,14 @@ attrs==22.2.0
# via
# -c requirements/_base.txt
# pytest
certifi==2022.12.7
# via
# -c requirements/_base.txt
# requests
charset-normalizer==3.0.1
# via
# -c requirements/_base.txt
# requests
coverage==6.5.0
coverage==7.2.3
# via
# -r requirements/_test.in
# coveralls
# pytest-cov
coveralls==3.3.1
# via -r requirements/_test.in
docopt==0.6.2
# via coveralls
exceptiongroup==1.1.0
# via
# -c requirements/_base.txt
# pytest
idna==3.4
# via
# -c requirements/_base.txt
# requests
iniconfig==2.0.0
# via
# -c requirements/_base.txt
Expand Down Expand Up @@ -60,18 +43,10 @@ pytest-runner==6.0.0
# via -r requirements/_test.in
pytest-sugar==0.9.6
# via -r requirements/_test.in
requests==2.28.2
# via
# -c requirements/_base.txt
# coveralls
termcolor==2.2.0
# via pytest-sugar
tomli==2.0.1
# via
# -c requirements/_base.txt
# coverage
# pytest
urllib3==1.26.14
# via
# -c requirements/_base.txt
# requests
2 changes: 1 addition & 1 deletion packages/service-library/requirements/_test.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
--constraint _fastapi.txt

# testing

asgi_lifespan
coverage
coveralls
docker
faker
flaky
Expand Down
11 changes: 2 additions & 9 deletions packages/service-library/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,12 @@ charset-normalizer==3.0.1
# -c requirements/_aiohttp.txt
# aiohttp
# requests
coverage==6.5.0
coverage==7.2.3
# via
# -r requirements/_test.in
# coveralls
# pytest-cov
coveralls==3.3.1
# via -r requirements/_test.in
docker==6.0.1
# via -r requirements/_test.in
docopt==0.6.2
# via coveralls
exceptiongroup==1.1.0
# via pytest
execnet==1.9.0
Expand Down Expand Up @@ -137,9 +132,7 @@ pyyaml==5.4.1
# -c requirements/_aiohttp.txt
# openapi-spec-validator
requests==2.28.2
# via
# coveralls
# docker
# via docker
six==1.16.0
# via
# -c requirements/_fastapi.txt
Expand Down
2 changes: 1 addition & 1 deletion packages/settings-library/requirements/_test.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
#
--constraint _base.txt


coverage
coveralls
pytest
pytest-cov
pytest-instafail
Expand Down
Loading

0 comments on commit 10d1ef7

Please sign in to comment.