mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-10 20:31:41 +00:00
fix: Add job to test no deps
This commit is contained in:
19
coverage/coverage-test/clover.xml
Normal file
19
coverage/coverage-test/clover.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<coverage generated="1626377310535" clover="3.2.0">
|
||||
<project timestamp="1626377310535" name="All files">
|
||||
<metrics statements="10" coveredstatements="8" conditionals="4" coveredconditionals="2" methods="4" coveredmethods="3" elements="18" coveredelements="13" complexity="0" loc="10" ncloc="10" packages="1" files="1" classes="1"/>
|
||||
<file name="coverage.ts" path="/Users/thomashu/src/github/codecov/codecov-action/demo/coverage-test/coverage.ts">
|
||||
<metrics statements="10" coveredstatements="8" conditionals="4" coveredconditionals="2" methods="4" coveredmethods="3"/>
|
||||
<line num="1" count="1" type="stmt"/>
|
||||
<line num="4" count="2" type="cond" truecount="1" falsecount="1"/>
|
||||
<line num="5" count="1" type="cond" truecount="1" falsecount="1"/>
|
||||
<line num="6" count="1" type="stmt"/>
|
||||
<line num="8" count="0" type="stmt"/>
|
||||
<line num="13" count="2" type="stmt"/>
|
||||
<line num="14" count="1" type="stmt"/>
|
||||
<line num="18" count="2" type="stmt"/>
|
||||
<line num="19" count="0" type="stmt"/>
|
||||
<line num="21" count="1" type="stmt"/>
|
||||
</file>
|
||||
</project>
|
||||
</coverage>
|
||||
Reference in New Issue
Block a user