-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make cobertura parser tolerate empty arrays (#88)
- Loading branch information
1 parent
949a867
commit ad11c1c
Showing
13 changed files
with
6,857 additions
and
4,755 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" ?> | ||
<!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd"> | ||
<coverage lines-valid="303" lines-covered="151" line-rate="0.49829999999999997" branches-valid="143" branches-covered="64" branch-rate="0.4475" timestamp="1715832361332" complexity="0" version="0.1"> | ||
<sources> | ||
<source>/usr/src/code-coverage-report-action</source> | ||
</sources> | ||
<packages> | ||
<package name="src" line-rate="0.4058" branch-rate="0.4083"> | ||
<classes> | ||
</classes> | ||
</package> | ||
</packages> | ||
</coverage> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?xml version="1.0" ?> | ||
<!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd"> | ||
<coverage lines-valid="303" lines-covered="151" line-rate="0.49829999999999997" branches-valid="143" branches-covered="64" branch-rate="0.4475" timestamp="1715832361332" complexity="0" version="0.1"> | ||
<sources> | ||
<source>/usr/src/code-coverage-report-action</source> | ||
</sources> | ||
<packages> | ||
<package name="src" line-rate="0.4058" branch-rate="0.4083"> | ||
<classes> | ||
<class name="main.ts" filename="src/main.ts" line-rate="0" branch-rate="0"> | ||
<methods> | ||
<method name="run" hits="0" signature="()V"> | ||
<lines> | ||
</lines> | ||
</method> | ||
<method name="generateMarkdown" hits="0" signature="()V"> | ||
<lines> | ||
<line number="107" hits="0"/> | ||
</lines> | ||
</method> | ||
</methods> | ||
<lines> | ||
</lines> | ||
</class> | ||
</classes> | ||
</package> | ||
</packages> | ||
</coverage> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" ?> | ||
<!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd"> | ||
<coverage lines-valid="303" lines-covered="151" line-rate="0.49829999999999997" branches-valid="143" branches-covered="64" branch-rate="0.4475" timestamp="1715832361332" complexity="0" version="0.1"> | ||
<sources> | ||
<source>/usr/src/code-coverage-report-action</source> | ||
</sources> | ||
<packages> | ||
<package name="src" line-rate="0.4058" branch-rate="0.4083"> | ||
<classes> | ||
<class name="main.ts" filename="src/main.ts" line-rate="0" branch-rate="0"> | ||
<methods> | ||
</methods> | ||
<lines> | ||
</lines> | ||
</class> | ||
</classes> | ||
</package> | ||
</packages> | ||
</coverage> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd"> | ||
<coverage lines-valid="0" lines-covered="0" line-rate="0" branches-valid="0" branches-covered="0" branch-rate="0" timestamp="1716003335.624" complexity="0" version="5.4.3+1"> | ||
<sources/> | ||
<packages> | ||
</packages> | ||
</coverage> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.