dkhunt27/NX Code Coverage

Github action for combining/compiling code coverage from an nx monorepo

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Oct 2, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: dkhunt27/action-nx-code-coverage@f4b85986f2cb7841d1f411fac2837bbd7ba0c515 # v3

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

namedescriptionrequireddefault
github-tokenGithub tokenyes
no-coverage-rantrue/false if no coverage was ran; useful if using nx affected and it returned no projectsyes
coverage-folderpath to folder containing project folders with coverage data (default 'coverage')no
coverage-base-folderpath to folder containing project folders with coverage data for diff/base comparison (default 'coverage-base')no
gist-processingtrue/false should save results/badge to gistyes
gist-tokenYour secret with the gist scope for coverage badge; required if gist-processing not falseno
gist-idThe ID of the gist to use; required if gist-processing not falseno
label-colorThe left color of the badgeno
colorThe right color of the badgeno
is-errorThe color will be red and cannot be overriddenno
named-logoA logo name from simpleicons.orgno
logo-svgAn svg-string to be used as logono
logo-colorThe color for the logono
logo-widthThe space allocated for the logono
logo-positionThe position of the logono
styleThe style like "flat" or "social"no
cache-secondsThe cache lifetime in seconds (must be greater than 300)no
hide-coverage-reportstrue/false to hide the coverage reportsyes
hide-unchangedtrue/false to hide the coverage results that have no diffsyes

no outputs