Work in progress. To use as a Github actions CI workflow step, after the coverage test pass is complete. Expects clover.xml formatted coverage.
Paths are always relative to the root of your repository.
The path inside the repository where the created badge should be saved. Can be anywhere except inside the .github folder.
default: badge.svg
Path to the clover.xml file generate by phpunit.
Token to push the badge into the repository. Just add "${{ secrets.GITHUB_TOKEN }}" as the input.
default: NOT_SUPPLIED
Commit message that will be used to commit the updated badge and clover file.
default: Update code coverage badge
Email that will be used for the commit.
default: 41898282+github-actions[bot]@users.noreply.github.com
This will display all commits as added by the official github actions account/page.
Name that will be used for the commit.
default: Github Actions Bot