|
1 | 1 | <?xml version="1.0" ?> |
2 | | -<coverage version="7.7.1" timestamp="1743047027886" lines-valid="16" lines-covered="14" line-rate="0.875" branches-covered="0" branches-valid="0" branch-rate="0" complexity="0"> |
| 2 | +<coverage version="7.7.1" timestamp="1743048031240" lines-valid="19" lines-covered="19" 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.7.1 --> |
4 | 4 | <!-- Based on https://raw.githubusercontent.com/cobertura/web/master/htdocs/xml/coverage-04.dtd --> |
5 | 5 | <sources> |
6 | 6 | <source>C:\Users\KIMHON\Source\Repos\example-ci</source> |
7 | 7 | </sources> |
8 | 8 | <packages> |
9 | | - <package name="." line-rate="0.875" branch-rate="0" complexity="0"> |
| 9 | + <package name="." line-rate="1" branch-rate="0" complexity="0"> |
10 | 10 | <classes> |
11 | | - <class name="functions.py" filename="functions.py" complexity="0" line-rate="0.75" branch-rate="0"> |
| 11 | + <class name="functions.py" filename="functions.py" complexity="0" line-rate="1" branch-rate="0"> |
12 | 12 | <methods/> |
13 | 13 | <lines> |
14 | 14 | <line number="1" hits="1"/> |
15 | 15 | <line number="2" hits="1"/> |
16 | 16 | <line number="4" hits="1"/> |
17 | 17 | <line number="5" hits="1"/> |
18 | 18 | <line number="7" hits="1"/> |
19 | | - <line number="8" hits="0"/> |
| 19 | + <line number="8" hits="1"/> |
20 | 20 | <line number="10" hits="1"/> |
21 | | - <line number="11" hits="0"/> |
| 21 | + <line number="11" hits="1"/> |
22 | 22 | </lines> |
23 | 23 | </class> |
24 | 24 | <class name="test_functions.py" filename="test_functions.py" complexity="0" line-rate="1" branch-rate="0"> |
|
30 | 30 | <line number="5" hits="1"/> |
31 | 31 | <line number="6" hits="1"/> |
32 | 32 | <line number="7" hits="1"/> |
33 | | - <line number="10" hits="1"/> |
34 | 33 | <line number="11" hits="1"/> |
| 34 | + <line number="12" hits="1"/> |
| 35 | + <line number="16" hits="1"/> |
| 36 | + <line number="17" hits="1"/> |
| 37 | + <line number="18" hits="1"/> |
35 | 38 | </lines> |
36 | 39 | </class> |
37 | 40 | </classes> |
|
0 commit comments