Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ inputs:
default: 'Github Actions Bot'
runs:
using: 'docker'
image: 'docker://ghcr.io/timkrase/phpunit-coverage-badge:v1.0.0'
image: 'docker://ghcr.io/timkrase/phpunit-coverage-badge:v1.2.1'
args:
- ${{ inputs.clover-report }}
- ${{ inputs.coverage-badge-path }}
Expand Down
30 changes: 17 additions & 13 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.
4 changes: 2 additions & 2 deletions clover.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<coverage generated="1674763389">
<project timestamp="1674763389">
<coverage generated="1674764219">
<project timestamp="1674764219">
<file name="/home/runner/work/phpunit-coverage-badge/phpunit-coverage-badge/src/BadgeGenerator.php">
<class name="PhpUnitCoverageBadge\BadgeGenerator" namespace="global">
<metrics complexity="7" methods="4" coveredmethods="4" conditionals="0" coveredconditionals="0" statements="19" coveredstatements="19" elements="23" coveredelements="23"/>
Expand Down