Skip to content

Commit

Permalink
Update code coverage badge
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 9, 2023
1 parent b04593e commit 1f679fa
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
8 changes: 4 additions & 4 deletions badge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 13 additions & 3 deletions clover.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<coverage generated="1648587867">
<project timestamp="1648587867">
<metrics files="0" loc="0" ncloc="0" classes="0" methods="0" coveredmethods="0" conditionals="0" coveredconditionals="0" statements="0" coveredstatements="0" elements="0" coveredelements="0"/>
<coverage generated="1683644850">
<project timestamp="1683644850">
<file name="/app/src/BGVatNumberFormatValidatorsConfig.php">
<class name="rocketfellows\BGVatNumberFormatValidatorsConfig\BGVatNumberFormatValidatorsConfig" namespace="global">
<metrics complexity="2" methods="2" coveredmethods="2" conditionals="0" coveredconditionals="0" statements="2" coveredstatements="2" elements="4" coveredelements="4"/>
</class>
<line num="13" type="method" name="getCountry" visibility="public" complexity="1" crap="1" count="8"/>
<line num="15" type="stmt" count="8"/>
<line num="18" type="method" name="getDefaultValidator" visibility="protected" complexity="1" crap="1" count="4"/>
<line num="20" type="stmt" count="4"/>
<metrics loc="23" ncloc="23" classes="1" methods="2" coveredmethods="2" conditionals="0" coveredconditionals="0" statements="2" coveredstatements="2" elements="4" coveredelements="4"/>
</file>
<metrics files="1" loc="23" ncloc="23" classes="1" methods="2" coveredmethods="2" conditionals="0" coveredconditionals="0" statements="2" coveredstatements="2" elements="4" coveredelements="4"/>
</project>
</coverage>

0 comments on commit 1f679fa

Please sign in to comment.