Skip to content

Commit

Permalink
Set branch coverage to false (#1313)
Browse files Browse the repository at this point in the history
* Set branch coverage to false

* amend setup.cfg to 95%
  • Loading branch information
drc38 committed Sep 8, 2024
1 parent 51ae7a9 commit 4b06be7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[run]
branch = True
branch = False
source = custom_components/ocpp

[report]
Expand Down
5 changes: 1 addition & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ addopts = -qq --cov=custom_components.ocpp --allow-unix-socket --allow-hosts=127
console_output_style = count
asyncio_mode = auto

[coverage:run]
branch = False

[coverage:report]
show_missing = true
fail_under = 90
fail_under = 95

0 comments on commit 4b06be7

Please sign in to comment.