|
1 | 1 | <?xml version="1.0" ?>
|
2 |
| -<coverage version="7.5.3" timestamp="1718028205266" lines-valid="898" lines-covered="789" line-rate="0.8786" branches-covered="0" branches-valid="0" branch-rate="0" complexity="0"> |
| 2 | +<coverage version="7.5.3" timestamp="1718042024371" lines-valid="887" lines-covered="782" line-rate="0.8816" branches-covered="0" branches-valid="0" branch-rate="0" complexity="0"> |
3 | 3 | <!-- Generated by coverage.py: https://coverage.readthedocs.io/en/7.5.3 -->
|
4 | 4 | <!-- Based on https://raw.githubusercontent.com/cobertura/web/master/htdocs/xml/coverage-04.dtd -->
|
5 | 5 | <sources>
|
6 | 6 | <source>/home/dk/dev/toggl-api-wrapper</source>
|
7 | 7 | </sources>
|
8 | 8 | <packages>
|
9 |
| - <package name="toggl_api" line-rate="0.6622" branch-rate="0" complexity="0"> |
| 9 | + <package name="toggl_api" line-rate="0.6667" branch-rate="0" complexity="0"> |
10 | 10 | <classes>
|
11 | 11 | <class name="__init__.py" filename="toggl_api/__init__.py" complexity="0" line-rate="1" branch-rate="0">
|
12 | 12 | <methods/>
|
13 | 13 | <lines>
|
14 | 14 | <line number="1" hits="1"/>
|
15 |
| - <line number="11" hits="1"/> |
16 |
| - <line number="18" hits="1"/> |
17 |
| - <line number="20" hits="1"/> |
18 |
| - <line number="21" hits="1"/> |
| 15 | + <line number="2" hits="1"/> |
| 16 | + <line number="15" hits="1"/> |
| 17 | + <line number="22" hits="1"/> |
19 | 18 | <line number="24" hits="1"/>
|
| 19 | + <line number="25" hits="1"/> |
| 20 | + <line number="28" hits="1"/> |
20 | 21 | </lines>
|
21 | 22 | </class>
|
22 | 23 | <class name="config.py" filename="toggl_api/config.py" complexity="0" line-rate="0.45" branch-rate="0">
|
|
104 | 105 | </class>
|
105 | 106 | </classes>
|
106 | 107 | </package>
|
107 |
| - <package name="toggl_api.modules" line-rate="0.8763" branch-rate="0" complexity="0"> |
| 108 | + <package name="toggl_api.modules" line-rate="0.8746" branch-rate="0" complexity="0"> |
108 | 109 | <classes>
|
109 | 110 | <class name="__init__.py" filename="toggl_api/modules/__init__.py" complexity="0" line-rate="1" branch-rate="0">
|
110 | 111 | <methods/>
|
|
115 | 116 | <line number="4" hits="1"/>
|
116 | 117 | <line number="5" hits="1"/>
|
117 | 118 | <line number="6" hits="1"/>
|
118 |
| - <line number="8" hits="1"/> |
| 119 | + <line number="7" hits="1"/> |
| 120 | + <line number="9" hits="1"/> |
119 | 121 | </lines>
|
120 | 122 | </class>
|
121 | 123 | <class name="client.py" filename="toggl_api/modules/client.py" complexity="0" line-rate="0.8431" branch-rate="0">
|
|
247 | 249 | <line number="159" hits="1"/>
|
248 | 250 | </lines>
|
249 | 251 | </class>
|
250 |
| - <class name="tag.py" filename="toggl_api/modules/tag.py" complexity="0" line-rate="0.9688" branch-rate="0"> |
| 252 | + <class name="tag.py" filename="toggl_api/modules/tag.py" complexity="0" line-rate="1" branch-rate="0"> |
251 | 253 | <methods/>
|
252 | 254 | <lines>
|
253 | 255 | <line number="1" hits="1"/>
|
254 |
| - <line number="3" hits="1"/> |
255 |
| - <line number="4" hits="1"/> |
256 |
| - <line number="7" hits="1"/> |
257 |
| - <line number="8" hits="1"/> |
| 256 | + <line number="2" hits="1"/> |
| 257 | + <line number="5" hits="1"/> |
| 258 | + <line number="6" hits="1"/> |
| 259 | + <line number="11" hits="1"/> |
258 | 260 | <line number="13" hits="1"/>
|
259 |
| - <line number="15" hits="1"/> |
260 |
| - <line number="16" hits="1"/> |
261 |
| - <line number="17" hits="1"/> |
262 |
| - <line number="18" hits="1"/> |
263 |
| - <line number="25" hits="1"/> |
| 261 | + <line number="14" hits="1"/> |
| 262 | + <line number="21" hits="1"/> |
264 | 263 | <line number="26" hits="1"/>
|
265 |
| - <line number="27" hits="1"/> |
| 264 | + <line number="33" hits="1"/> |
266 | 265 | <line number="34" hits="1"/>
|
267 | 266 | <line number="35" hits="1"/>
|
268 | 267 | <line number="36" hits="1"/>
|
269 |
| - <line number="37" hits="1"/> |
| 268 | + <line number="38" hits="1"/> |
270 | 269 | <line number="39" hits="1"/>
|
271 | 270 | <line number="40" hits="1"/>
|
272 |
| - <line number="41" hits="1"/> |
273 | 271 | <line number="42" hits="1"/>
|
274 | 272 | <line number="43" hits="1"/>
|
275 | 273 | <line number="44" hits="1"/>
|
276 |
| - <line number="45" hits="1"/> |
277 |
| - <line number="46" hits="0"/> |
278 |
| - <line number="48" hits="1"/> |
279 |
| - <line number="50" hits="1"/> |
280 |
| - <line number="51" hits="1"/> |
281 |
| - <line number="52" hits="1"/> |
282 |
| - <line number="54" hits="1"/> |
283 |
| - <line number="55" hits="1"/> |
284 |
| - <line number="56" hits="1"/> |
285 | 274 | </lines>
|
286 | 275 | </class>
|
287 | 276 | <class name="tracker.py" filename="toggl_api/modules/tracker.py" complexity="0" line-rate="0.8333" branch-rate="0">
|
|
853 | 842 | </class>
|
854 | 843 | </classes>
|
855 | 844 | </package>
|
856 |
| - <package name="toggl_api.modules.models" line-rate="0.9383" branch-rate="0" complexity="0"> |
| 845 | + <package name="toggl_api.modules.models" line-rate="0.9568" branch-rate="0" complexity="0"> |
857 | 846 | <classes>
|
858 | 847 | <class name="__init__.py" filename="toggl_api/modules/models/__init__.py" complexity="0" line-rate="0.9333" branch-rate="0">
|
859 | 848 | <methods/>
|
|
981 | 970 | <line number="223" hits="1"/>
|
982 | 971 | </lines>
|
983 | 972 | </class>
|
984 |
| - <class name="schema.py" filename="toggl_api/modules/models/schema.py" complexity="0" line-rate="0.913" branch-rate="0"> |
| 973 | + <class name="schema.py" filename="toggl_api/modules/models/schema.py" complexity="0" line-rate="0.9783" branch-rate="0"> |
985 | 974 | <methods/>
|
986 | 975 | <lines>
|
987 | 976 | <line number="1" hits="1"/>
|
|
998 | 987 | <line number="30" hits="1"/>
|
999 | 988 | <line number="31" hits="1"/>
|
1000 | 989 | <line number="33" hits="1"/>
|
1001 |
| - <line number="34" hits="1"/> |
1002 |
| - <line number="35" hits="1"/> |
1003 |
| - <line number="36" hits="0"/> |
1004 |
| - <line number="37" hits="1"/> |
1005 |
| - <line number="38" hits="0"/> |
1006 |
| - <line number="39" hits="0"/> |
| 990 | + <line number="38" hits="1"/> |
| 991 | + <line number="39" hits="1"/> |
1007 | 992 | <line number="40" hits="1"/>
|
1008 |
| - <line number="41" hits="0"/> |
| 993 | + <line number="41" hits="1"/> |
| 994 | + <line number="42" hits="0"/> |
1009 | 995 | <line number="43" hits="1"/>
|
1010 |
| - <line number="48" hits="1"/> |
1011 |
| - <line number="49" hits="1"/> |
1012 |
| - <line number="50" hits="1"/> |
| 996 | + <line number="44" hits="1"/> |
| 997 | + <line number="45" hits="1"/> |
| 998 | + <line number="47" hits="1"/> |
| 999 | + <line number="52" hits="1"/> |
1013 | 1000 | <line number="53" hits="1"/>
|
1014 | 1001 | <line number="54" hits="1"/>
|
1015 |
| - <line number="56" hits="1"/> |
1016 |
| - <line number="69" hits="1"/> |
1017 |
| - <line number="71" hits="1"/> |
1018 |
| - <line number="80" hits="1"/> |
1019 |
| - <line number="82" hits="1"/> |
1020 |
| - <line number="94" hits="1"/> |
1021 |
| - <line number="96" hits="1"/> |
1022 |
| - <line number="105" hits="1"/> |
1023 |
| - <line number="107" hits="1"/> |
1024 |
| - <line number="121" hits="1"/> |
1025 |
| - <line number="127" hits="1"/> |
1026 |
| - <line number="133" hits="1"/> |
1027 |
| - <line number="135" hits="1"/> |
1028 |
| - <line number="138" hits="1"/> |
1029 |
| - <line number="143" hits="1"/> |
1030 |
| - <line number="144" hits="1"/> |
1031 |
| - <line number="145" hits="1"/> |
1032 |
| - <line number="146" hits="1"/> |
| 1002 | + <line number="57" hits="1"/> |
| 1003 | + <line number="58" hits="1"/> |
| 1004 | + <line number="60" hits="1"/> |
| 1005 | + <line number="73" hits="1"/> |
| 1006 | + <line number="75" hits="1"/> |
| 1007 | + <line number="84" hits="1"/> |
| 1008 | + <line number="86" hits="1"/> |
| 1009 | + <line number="98" hits="1"/> |
| 1010 | + <line number="100" hits="1"/> |
| 1011 | + <line number="109" hits="1"/> |
| 1012 | + <line number="111" hits="1"/> |
| 1013 | + <line number="125" hits="1"/> |
| 1014 | + <line number="131" hits="1"/> |
| 1015 | + <line number="137" hits="1"/> |
| 1016 | + <line number="139" hits="1"/> |
| 1017 | + <line number="142" hits="1"/> |
| 1018 | + <line number="147" hits="1"/> |
| 1019 | + <line number="148" hits="1"/> |
| 1020 | + <line number="149" hits="1"/> |
| 1021 | + <line number="150" hits="1"/> |
1033 | 1022 | </lines>
|
1034 | 1023 | </class>
|
1035 | 1024 | </classes>
|
|
0 commit comments