sambyeol/publish-pytest-action

Publishing pytest result Github Action to comment on PR

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenThe GitHub token used to create an authenticated clientno${{ github.token }}
titletitle of the commentnoPytest Report
junit-xmlpath to junit xml fileyes
coverage-xmlpath to coverage xml fileno
comment-identifierA unique identifier for the comment, typically derived from matrix variables (e.g., `py\$\{\{ matrix.python-version \}\}-\$\{\{ matrix.os \}\}`). Used to ensure `comment-mode` (`update`, `hide`, `delete`) targets only comments from the same job or matrix configuration.no""
comment-modeHow to handle previous comments from this action. - `update`: Update the previous comment. - `hide`: Hide previous comments. - `delete`: Delete previous comments. - `new`: Create a new comment. nonew
namedescription
failedfailed test count
coveragecoverage percentage