Skip to content

Commit 0919340

Browse files
chore: set pytest-cov min version to 3.0.0
Co-authored-by: Copilot <[email protected]>
1 parent 8fce3af commit 0919340

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Development dependencies
22
pytest>=7.0.0
33
pytest-asyncio>=0.20.3
4-
pytest-cov
4+
pytest-cov>=3.0.0
55
pytest-homeassistant-custom-component>=0.13.0
66

77
# Home Assistant testing

run_tests.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ def run_tests():
2323
"-m",
2424
"pytest",
2525
"-v",
26+
"--tb=short",
2627
"--cov",
2728
"--cov-branch",
2829
"--cov-report=xml",
30+
"custom_components/custom_areas/tests/",
2931
],
3032
capture_output=True,
3133
text=True,

0 commit comments

Comments
 (0)