actions-marketplace-validations/Grcov Covdir Report

Generate a report from grcov-generated covdir output

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Apr 6, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/ecliptical_covdir-report-action@9ab7579b8ad2639b2d042632eeab040d2ea3c257 # no releases — HEAD as of 2026-07-10

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

namedescriptionrequireddefault
filePath to covdir.json file./target/covdir.json
summaryWrite report to step summary if `true`false
outWrite report to the given file
titleReport titleLine coverage
skip_grcovSkip bundled grcov and use a pre-generated covdir.json file insteadfalse
coverage_pathPath to coverage data for the bundled grcov./target/coverage
source_dirSource directory for grcov (-s flag).
binary_pathBinary path for grcov (--binary-path flag)./target/debug
keep_onlyKeep only files matching pattern (--keep-only flag)src/**
excl_startExclude start pattern (--excl-start flag)^mod\s+tests?\s*\{$
branchInclude branch coverage (--branch flag)true
grcov_argsAdditional arguments to pass to grcov
versionVersion of the action binaries to use0.3.0
grcov_versionVersion of grcov to use0.10.5
namedescription
lines_coveredNumber of lines covered
lines_missedNumber of lines missed
lines_totalTotal number of lines
coverage_percentPercentage of lines covered