Skip to content

Commit 4b06be7

Browse files
authored
Set branch coverage to false (lbbrhzn#1313)
* Set branch coverage to false * amend setup.cfg to 95%
1 parent 51ae7a9 commit 4b06be7

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.coveragerc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[run]
2-
branch = True
2+
branch = False
33
source = custom_components/ocpp
44

55
[report]

setup.cfg

+1-4
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ addopts = -qq --cov=custom_components.ocpp --allow-unix-socket --allow-hosts=127
3939
console_output_style = count
4040
asyncio_mode = auto
4141

42-
[coverage:run]
43-
branch = False
44-
4542
[coverage:report]
4643
show_missing = true
47-
fail_under = 90
44+
fail_under = 95

0 commit comments

Comments
 (0)