Skip to content

Commit 3176fb9

Browse files
committed
adding pytest-cov to dev_requirements for coverage CICD hook
1 parent 292f142 commit 3176fb9

4 files changed

Lines changed: 97 additions & 0 deletions

File tree

dev_requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ factory_boy
77
isort
88
pytest
99
pytest-asyncio
10+
pytest-cov
1011
pytest-json-report
1112
pytest-html
1213
pre-commit

dev_requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ colorama==0.4.6
1616
# build
1717
# click
1818
# pytest
19+
coverage==7.8.0
20+
# via pytest-cov
1921
distlib==0.3.9
2022
# via virtualenv
2123
factory-boy==3.3.3
@@ -59,11 +61,14 @@ pytest==8.3.5
5961
# via
6062
# -r dev_requirements.in
6163
# pytest-asyncio
64+
# pytest-cov
6265
# pytest-html
6366
# pytest-json-report
6467
# pytest-metadata
6568
pytest-asyncio==0.26.0
6669
# via -r dev_requirements.in
70+
pytest-cov==6.1.1
71+
# via -r dev_requirements.in
6772
pytest-html==4.1.1
6873
# via -r dev_requirements.in
6974
pytest-json-report==1.5.0

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ dev = [
100100
"pytest-html>=4.1.1",
101101
"pytest-json-report>=1.5.0",
102102
"ruff>=0.11.4",
103+
"pytest-cov>=6.1.1",
103104
]
104105

105106
[tool.setuptools]

0 commit comments

Comments
 (0)