FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
example-python/coverage.xml at main · calvin-codecov/example-python · GitHub
calvin-codecov
/
example-python
Public
forked from
codecov/example-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
example-python
/
coverage.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
63 lines (63 loc) · 2.25 KB
Breadcrumbs
example-python
/
coverage.xml
Copy path
File metadata and controls
63 lines (63 loc) · 2.25 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?
xml
version
=
"
1.0
"
?>
<
coverage
version
=
"
7.6.1
"
timestamp
=
"
1726618195727
"
lines-valid
=
"
35
"
lines-covered
=
"
34
"
line-rate
=
"
0.9714
"
branches-covered
=
"
0
"
branches-valid
=
"
0
"
branch-rate
=
"
0
"
complexity
=
"
0
"
>
<!--
Generated by coverage.py: https://coverage.readthedocs.io/en/7.6.1
-->
<!--
Based on https://raw.githubusercontent.com/cobertura/web/master/htdocs/xml/coverage-04.dtd
-->
<
sources
>
<
source
>/Users/calvinyau/example-python</
source
>
</
sources
>
<
packages
>
<
package
name
=
"
app
"
line-rate
=
"
0.9714
"
branch-rate
=
"
0
"
complexity
=
"
0
"
>
<
classes
>
<
class
name
=
"
__init__.py
"
filename
=
"
app/__init__.py
"
complexity
=
"
0
"
line-rate
=
"
1
"
branch-rate
=
"
0
"
>
<
methods
/>
<
lines
/>
</
class
>
<
class
name
=
"
calculator.py
"
filename
=
"
app/calculator.py
"
complexity
=
"
0
"
line-rate
=
"
0.9091
"
branch-rate
=
"
0
"
>
<
methods
/>
<
lines
>
<
line
number
=
"
1
"
hits
=
"
1
"
/>
<
line
number
=
"
3
"
hits
=
"
1
"
/>
<
line
number
=
"
4
"
hits
=
"
1
"
/>
<
line
number
=
"
6
"
hits
=
"
1
"
/>
<
line
number
=
"
7
"
hits
=
"
1
"
/>
<
line
number
=
"
9
"
hits
=
"
1
"
/>
<
line
number
=
"
10
"
hits
=
"
1
"
/>
<
line
number
=
"
12
"
hits
=
"
1
"
/>
<
line
number
=
"
13
"
hits
=
"
1
"
/>
<
line
number
=
"
14
"
hits
=
"
0
"
/>
<
line
number
=
"
15
"
hits
=
"
1
"
/>
</
lines
>
</
class
>
<
class
name
=
"
test_calculator.py
"
filename
=
"
app/test_calculator.py
"
complexity
=
"
0
"
line-rate
=
"
1
"
branch-rate
=
"
0
"
>
<
methods
/>
<
lines
>
<
line
number
=
"
1
"
hits
=
"
1
"
/>
<
line
number
=
"
4
"
hits
=
"
1
"
/>
<
line
number
=
"
5
"
hits
=
"
1
"
/>
<
line
number
=
"
6
"
hits
=
"
1
"
/>
<
line
number
=
"
7
"
hits
=
"
1
"
/>
<
line
number
=
"
8
"
hits
=
"
1
"
/>
<
line
number
=
"
9
"
hits
=
"
1
"
/>
<
line
number
=
"
11
"
hits
=
"
1
"
/>
<
line
number
=
"
12
"
hits
=
"
1
"
/>
<
line
number
=
"
13
"
hits
=
"
1
"
/>
<
line
number
=
"
14
"
hits
=
"
1
"
/>
<
line
number
=
"
15
"
hits
=
"
1
"
/>
<
line
number
=
"
16
"
hits
=
"
1
"
/>
<
line
number
=
"
17
"
hits
=
"
1
"
/>
<
line
number
=
"
19
"
hits
=
"
1
"
/>
<
line
number
=
"
20
"
hits
=
"
1
"
/>
<
line
number
=
"
21
"
hits
=
"
1
"
/>
<
line
number
=
"
22
"
hits
=
"
1
"
/>
<
line
number
=
"
23
"
hits
=
"
1
"
/>
<
line
number
=
"
24
"
hits
=
"
1
"
/>
<
line
number
=
"
26
"
hits
=
"
1
"
/>
<
line
number
=
"
28
"
hits
=
"
1
"
/>
<
line
number
=
"
29
"
hits
=
"
1
"
/>
<
line
number
=
"
30
"
hits
=
"
1
"
/>
</
lines
>
</
class
>
</
classes
>
</
package
>
</
packages
>
</
coverage
>
Back
|
FazBrowse Home
|
New Git URL