actions-marketplace-validations/Dotnet Test Reporter

A GitHub action to parse test results and post the summary as a PR comment

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenGitHub repository tokenyes
results-pathPath to the trx file(s) containing test results. Supports glob patternsyes
coverage-pathPath to the file containing test coverage. Supports glob patternsno
coverage-typeCoverage file typenoopencover
coverage-thresholdMinimum allowed coverage (from 0.00 to 100.00)no
changed-files-and-line-numbersArray of changed files and lines numbersno[]
comment-titlePull Request comment titlenoTest Results
post-new-commentBoolean flag. Set to true to post a new comment after each runnofalse
allow-failed-testsBoolean flag. Set to true to prevent failed tests from failing the jobnofalse
show-failed-tests-onlyBoolean flag. Show only failed tests in summary. Useful for when test count is large and the details are truncatednofalse
show-test-outputBoolean flag. Show the output of the tests. Useful if there is too much output leading to truncation on the summarynotrue
server-urlGithub server URL. Defaults to getting the server URL from the github.server_url contextno${{ github.server_url }}
pull-request-checkBoolean flag. Set to true to create GitHub status checks on the commit/PR for test resultsnofalse
pull-request-check-nameName of the GitHub status check for test resultsnoTest Results
namedescription
tests-totalTotal number of tests
tests-passedNumber of tests passed
tests-failedNumber of tests failed
tests-skippedNumber of tests skipped
coverage-lineLine code coverage
coverage-lines-totalTotal lines of code
coverage-lines-coveredLines of code covered
coverage-branchBranch code coverage
coverage-branches-totalTotal branches
coverage-branches-coveredBranches covered