actions-marketplace-validations/Code Coverage Summaryy

A GitHub Action that reads Cobertura format code coverage files and outputs a text or markdown summary.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jun 23, 2022
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/edaniels_codecoveragesummary@b65de6c0ff728a4de88a387947e808303ca56f2e # no releases — HEAD as of 2026-07-13

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
filenameA comma separated list of code coverage files to analyse.yes
badgeInclude a Line Rate coverage badge in the output using shields.io - true / false (default).nofalse
fail_below_minFail if overall Line Rate below lower threshold - true / false (default).nofalse
formatOutput Format - markdown or text (default).notext
hide_branch_rateHide Branch Rate values in the output - true / false (default).nofalse
hide_complexityHide Complexity values in the output - true / false (default).nofalse
indicatorsInclude health indicators in the output - true (default) / false.notrue
outputOutput Type - console (default), file or both.noconsole
thresholdsThreshold percentages for badge and health indicators, lower threshold can also be used to fail the action.no50 75

no outputs