File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ factory_boy
77isort
88pytest
99pytest-asyncio
10+ pytest-cov
1011pytest-json-report
1112pytest-html
1213pre-commit
Original file line number Diff line number Diff 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
1921distlib==0.3.9
2022 # via virtualenv
2123factory-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
6568pytest-asyncio==0.26.0
6669 # via -r dev_requirements.in
70+ pytest-cov==6.1.1
71+ # via -r dev_requirements.in
6772pytest-html==4.1.1
6873 # via -r dev_requirements.in
6974pytest-json-report==1.5.0
Original file line number Diff line number Diff 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 ]
You can’t perform that action at this time.
0 commit comments