codelyze/Codelyze - Coverage

Github action to generate and upload coverage reports

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenCoverage upload token generated when project is created on codelyze.comyes
gh-tokenGITHUB_TOKEN or a `repo` scoped Personal Access Token (PAT)${{ github.token }}
pathPath to coverage file to useyes
annotationsShow uncovered lines annotationsnotrue
thresholdThe minimum coverage allowed. If coverage is lower than this, the action will failno0
difference-thresholdThe minimum total difference allowed between the current commit and the reference one0
patch-thresholdthe minimum value for patch coverage: the minimum ratio of new lines that are not covered.0
skip-empty-patchif true, skip the commit status for a patch that has no coverable line changes.false
namedescription
coverageObject that contains `linesFound`, `linesCovered` and `rate` of the commit's coverage
differenceThe coverage rate's difference between the commit and HEAD
patchObject that contains `linesFound`, `linesCovered`, and `rate` of the commit's patch coverage