File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 42
42
43
43
with :
44
44
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"
16
16
17
17
[tool .poetry .group .dev .dependencies ]
18
18
pytest = " ^7.4.0"
19
+ pytest-cov = " ^5.0.0"
19
20
geojson = " ^3.1.0"
20
21
requests-mock = { extras = [" fixtures" ], version = " ^1.12.1" }
21
22
deepdiff = " ^7.0.1"
22
23
tox = " ^4.17.1"
23
24
25
+
24
26
[build-system ]
25
27
requires = [" poetry-core>=1.0.0" ]
26
28
build-backend = " poetry.core.masonry.api"
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ allowlist_externals = poetry
7
7
commands_pre =
8
8
poetry install --no-root --sync
9
9
commands =
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
11
11
12
12
[gh-actions]
13
13
python =
14
14
3.9: py39
15
15
3.10: py310
16
- 3.11: py311
16
+ 3.11: py311
You can’t perform that action at this time.
0 commit comments