Loading coverage.xml +1 −1 Original line number Diff line number Diff line <?xml version="1.0" ?> <coverage version="7.9.1" timestamp="1751024920993" lines-valid="607" lines-covered="130" line-rate="0.2142" branches-covered="0" branches-valid="0" branch-rate="0" complexity="0"> <coverage version="7.9.1" timestamp="1751025707142" lines-valid="607" lines-covered="130" line-rate="0.2142" branches-covered="0" branches-valid="0" branch-rate="0" complexity="0"> <!-- Generated by coverage.py: https://coverage.readthedocs.io/en/7.9.1 --> <!-- Based on https://raw.githubusercontent.com/cobertura/web/master/htdocs/xml/coverage-04.dtd --> <sources> Loading tox.ini +11 −11 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ minversion = 4.23.2 env_list = lint, type, 3.1{2} skip_missing_interpreters = true [testenv] description = run the tests with pytest passenv = MONGO_URI Loading @@ -20,16 +19,17 @@ commands = --cov-report=term-missing \ tests/ [testenv:lint] description = run linters skip_install = true deps = ruff>=0.8.1 commands = ruff check {posargs} edge_cloud_management_api tests [testenv:type] description = run type checks skip_install = true deps = mypy deps = mypy types-requests commands = mypy {posargs} edge_cloud_management_api tests uv.lock +412 −392 File changed.Preview size limit exceeded, changes collapsed. Show changes Loading
coverage.xml +1 −1 Original line number Diff line number Diff line <?xml version="1.0" ?> <coverage version="7.9.1" timestamp="1751024920993" lines-valid="607" lines-covered="130" line-rate="0.2142" branches-covered="0" branches-valid="0" branch-rate="0" complexity="0"> <coverage version="7.9.1" timestamp="1751025707142" lines-valid="607" lines-covered="130" line-rate="0.2142" branches-covered="0" branches-valid="0" branch-rate="0" complexity="0"> <!-- Generated by coverage.py: https://coverage.readthedocs.io/en/7.9.1 --> <!-- Based on https://raw.githubusercontent.com/cobertura/web/master/htdocs/xml/coverage-04.dtd --> <sources> Loading
tox.ini +11 −11 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ minversion = 4.23.2 env_list = lint, type, 3.1{2} skip_missing_interpreters = true [testenv] description = run the tests with pytest passenv = MONGO_URI Loading @@ -20,16 +19,17 @@ commands = --cov-report=term-missing \ tests/ [testenv:lint] description = run linters skip_install = true deps = ruff>=0.8.1 commands = ruff check {posargs} edge_cloud_management_api tests [testenv:type] description = run type checks skip_install = true deps = mypy deps = mypy types-requests commands = mypy {posargs} edge_cloud_management_api tests