Skip to content

Commit

Permalink
add cobertura.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
alanphys committed Mar 12, 2021
1 parent f99ca59 commit e0aed71
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .github/workflows/cobertura.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<?xml version="1.0" ?>
<!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd">
<coverage lines-valid="8" lines-covered="8" line-rate="1" branches-valid="4" branches-covered="4" branch-rate="1" timestamp="1394890504210" complexity="0" version="0.1">
<sources>
<source>sources</source>
</sources>
<packages>
<package name="3" line-rate="1" branch-rate="1">
<classes>
<class name="cc.js" filename="cc.js" line-rate="1" branch-rate="1">
<methods>
<method name="normalize" hits="11" signature="()V">
<lines>
<line number="1" hits="11" />
</lines>
</method>
<method name="getBrand" hits="7" signature="()V">
<lines>
<line number="5" hits="7" />
</lines>
</method>
</methods>
<lines>
<line number="1" hits="1" branch="false" />
<line number="2" hits="11" branch="false" />
<line number="5" hits="1" branch="false" />
<line number="6" hits="7" branch="false" />
<line number="15" hits="7" branch="false" />
<line number="17" hits="7" branch="false" />
<line number="18" hits="25" branch="true" condition-coverage="100% (4/4)" />
<line number="20" hits="6" branch="false" />
</lines>
</class>
</classes>
</package>
</packages>
</coverage>

0 comments on commit e0aed71

Please sign in to comment.