-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcoverage.xml
More file actions
23 lines (23 loc) · 941 Bytes
/
coverage.xml
File metadata and controls
23 lines (23 loc) · 941 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" ?>
<coverage version="7.6.4" timestamp="1730466111857" lines-valid="4" lines-covered="4" line-rate="1" branches-covered="0" branches-valid="0" branch-rate="0" complexity="0">
<!-- Generated by coverage.py: https://coverage.readthedocs.io/en/7.6.4 -->
<!-- Based on https://raw.githubusercontent.com/cobertura/web/master/htdocs/xml/coverage-04.dtd -->
<sources>
<source>C:\dnx\rustpackages\bloom-lib</source>
</sources>
<packages>
<package name="venv.Lib.site-packages.bloomlib" line-rate="1" branch-rate="0" complexity="0">
<classes>
<class name="__init__.py" filename="venv/Lib/site-packages/bloomlib/__init__.py" complexity="0" line-rate="1" branch-rate="0">
<methods/>
<lines>
<line number="1" hits="1"/>
<line number="3" hits="1"/>
<line number="4" hits="1"/>
<line number="5" hits="1"/>
</lines>
</class>
</classes>
</package>
</packages>
</coverage>