File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 4242 uses : codecov/codecov-action@v4.5.0
4343 with :
4444 token : ${{ secrets.CODECOV_TOKEN }}
45+ files : ./coverage.xml
46+ fail_ci_if_error : true
Original file line number Diff line number Diff line change @@ -16,11 +16,13 @@ requests = "^2.32.3"
1616
1717[tool .poetry .group .dev .dependencies ]
1818pytest = " ^7.4.0"
19+ pytest-cov = " ^5.0.0"
1920geojson = " ^3.1.0"
2021requests-mock = { extras = [" fixtures" ], version = " ^1.12.1" }
2122deepdiff = " ^7.0.1"
2223tox = " ^4.17.1"
2324
25+
2426[build-system ]
2527requires = [" poetry-core>=1.0.0" ]
2628build-backend = " poetry.core.masonry.api"
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ allowlist_externals = poetry
77commands_pre =
88 poetry install --no-root --sync
99commands =
10- poetry run pytest tests/ --import-mode importlib
10+ poetry run pytest -- cov =overpass -- cov-report =xml -- cov-report =term-missing tests/ --import-mode importlib
1111
1212[gh-actions]
1313python =
1414 3.9: py39
1515 3.10: py310
16- 3.11: py311
16+ 3.11: py311
You can’t perform that action at this time.
0 commit comments