vatsaljagani/GitHub Action to add for Pytest and Pytest Coverage Report in GitHub Action Summary

GitHub action will generate Action's Job Summary report with Pytest details and Pytest-Coverage details.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pytest_results_filePath for pytest results file. This has to be a pytest results file in XML format.yes
pytest_cov_filePath for pytest-coverage report file. This has to be a pytest coverage report file in XML format.noNONE
pytest_results_add_to_job_summaryAdd pytest results to GitHub Action's Job Summarynotrue
pytest_cov_add_to_job_summaryAdd pytest-coverage report to GitHub Action's Job Summarynotrue
pytest_cov_failure_thresholdFail the coverage report if coverage percentage is below this threshold.no70
show_passing_test_casesEnable this input parameter if you wish to show list of all test-cases which has passed.nofalse
namedescription
stdoutProgram stdout
stderrProgram stderr
errorA string of 'true' or 'false' that tells if there were errors.