|
1 | 1 | <?xml version="1.0" ?>
|
2 |
| -<coverage version="7.6.1" timestamp="1724625403622" lines-valid="716" lines-covered="677" line-rate="0.9455" branches-covered="0" branches-valid="0" branch-rate="0" complexity="0"> |
| 2 | +<coverage version="7.6.1" timestamp="1724625475422" lines-valid="677" lines-covered="677" line-rate="1" branches-covered="0" branches-valid="0" branch-rate="0" complexity="0"> |
3 | 3 | <!-- Generated by coverage.py: https://coverage.readthedocs.io/en/7.6.1 -->
|
4 | 4 | <!-- Based on https://raw.githubusercontent.com/cobertura/web/master/htdocs/xml/coverage-04.dtd -->
|
5 | 5 | <sources>
|
6 | 6 | <source>/workspaces/devsetgo_lib</source>
|
7 | 7 | </sources>
|
8 | 8 | <packages>
|
9 |
| - <package name="." line-rate="0" branch-rate="0" complexity="0"> |
10 |
| - <classes> |
11 |
| - <class name="log_example.py" filename="log_example.py" complexity="0" line-rate="0" branch-rate="0"> |
12 |
| - <methods/> |
13 |
| - <lines> |
14 |
| - <line number="7" hits="0"/> |
15 |
| - <line number="8" hits="0"/> |
16 |
| - <line number="9" hits="0"/> |
17 |
| - <line number="10" hits="0"/> |
18 |
| - <line number="12" hits="0"/> |
19 |
| - <line number="13" hits="0"/> |
20 |
| - <line number="15" hits="0"/> |
21 |
| - <line number="18" hits="0"/> |
22 |
| - <line number="35" hits="0"/> |
23 |
| - <line number="36" hits="0"/> |
24 |
| - <line number="37" hits="0"/> |
25 |
| - <line number="38" hits="0"/> |
26 |
| - <line number="39" hits="0"/> |
27 |
| - <line number="40" hits="0"/> |
28 |
| - <line number="44" hits="0"/> |
29 |
| - <line number="45" hits="0"/> |
30 |
| - <line number="46" hits="0"/> |
31 |
| - <line number="47" hits="0"/> |
32 |
| - <line number="48" hits="0"/> |
33 |
| - <line number="49" hits="0"/> |
34 |
| - <line number="52" hits="0"/> |
35 |
| - <line number="53" hits="0"/> |
36 |
| - <line number="54" hits="0"/> |
37 |
| - <line number="55" hits="0"/> |
38 |
| - <line number="56" hits="0"/> |
39 |
| - <line number="57" hits="0"/> |
40 |
| - <line number="60" hits="0"/> |
41 |
| - <line number="61" hits="0"/> |
42 |
| - <line number="62" hits="0"/> |
43 |
| - <line number="63" hits="0"/> |
44 |
| - <line number="64" hits="0"/> |
45 |
| - <line number="67" hits="0"/> |
46 |
| - <line number="68" hits="0"/> |
47 |
| - <line number="69" hits="0"/> |
48 |
| - <line number="70" hits="0"/> |
49 |
| - <line number="71" hits="0"/> |
50 |
| - <line number="74" hits="0"/> |
51 |
| - <line number="75" hits="0"/> |
52 |
| - <line number="76" hits="0"/> |
53 |
| - </lines> |
54 |
| - </class> |
55 |
| - </classes> |
56 |
| - </package> |
57 | 9 | <package name="dsg_lib" line-rate="1" branch-rate="0" complexity="0">
|
58 | 10 | <classes>
|
59 | 11 | <class name="__init__.py" filename="dsg_lib/__init__.py" complexity="0" line-rate="1" branch-rate="0">
|
|
0 commit comments