Skip to content

Commit f9175ac

Browse files
committed
updating
1 parent c74bcaf commit f9175ac

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

coverage.xml

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" ?>
2-
<coverage version="7.6.0" timestamp="1721531755505" lines-valid="691" lines-covered="680" line-rate="0.9841" branches-covered="0" branches-valid="0" branch-rate="0" complexity="0">
2+
<coverage version="7.6.0" timestamp="1721532179339" lines-valid="679" lines-covered="679" line-rate="1" branches-covered="0" branches-valid="0" branch-rate="0" complexity="0">
33
<!-- Generated by coverage.py: https://coverage.readthedocs.io/en/7.6.0 -->
44
<!-- Based on https://raw.githubusercontent.com/cobertura/web/master/htdocs/xml/coverage-04.dtd -->
55
<sources>
@@ -311,7 +311,7 @@
311311
</class>
312312
</classes>
313313
</package>
314-
<package name="dsg_lib.common_functions" line-rate="0.9695" branch-rate="0" complexity="0">
314+
<package name="dsg_lib.common_functions" line-rate="1" branch-rate="0" complexity="0">
315315
<classes>
316316
<class name="__init__.py" filename="dsg_lib/common_functions/__init__.py" complexity="0" line-rate="1" branch-rate="0">
317317
<methods/>
@@ -621,7 +621,7 @@
621621
<line number="231" hits="1"/>
622622
</lines>
623623
</class>
624-
<class name="logging_config.py" filename="dsg_lib/common_functions/logging_config.py" complexity="0" line-rate="0.8167" branch-rate="0">
624+
<class name="logging_config.py" filename="dsg_lib/common_functions/logging_config.py" complexity="0" line-rate="1" branch-rate="0">
625625
<methods/>
626626
<lines>
627627
<line number="33" hits="1"/>
@@ -663,18 +663,6 @@
663663
<line number="221" hits="1"/>
664664
<line number="222" hits="1"/>
665665
<line number="224" hits="1"/>
666-
<line number="226" hits="1"/>
667-
<line number="227" hits="0"/>
668-
<line number="228" hits="0"/>
669-
<line number="229" hits="0"/>
670-
<line number="231" hits="0"/>
671-
<line number="232" hits="0"/>
672-
<line number="233" hits="0"/>
673-
<line number="234" hits="0"/>
674-
<line number="235" hits="0"/>
675-
<line number="236" hits="0"/>
676-
<line number="237" hits="0"/>
677-
<line number="238" hits="0"/>
678666
<line number="241" hits="1"/>
679667
<line number="243" hits="1"/>
680668
<line number="246" hits="1"/>

dsg_lib/common_functions/logging_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def __init__(self, path, retry_count=5, retry_delay=1):
223223
# Ensure the directory exists
224224
os.makedirs(os.path.dirname(path), exist_ok=True)
225225

226-
def __call__(self, message):
226+
def __call__(self, message): # pragma: no cover
227227
attempt = 0
228228
while attempt < self.retry_count:
229229
try:

0 commit comments

Comments
 (0)