byuawsfhtl/Python Test Coverage Checker

Scans repository for tests, calculates test coverage, and reports coverage percentage

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
minimum_coverageMinimum coverage percentage required (0-100)no80
test_pathsComma-separated list of test directories/files to includenotests/,test/,**/test_*.py,**/tests.py
source_pathsComma-separated list of source directories to analyzeno.
exclude_pathsComma-separated list of paths to exclude from coveragenotests/,test/,**/test_*.py,**/tests.py,setup.py,conftest.py
fail_on_low_coverageWhether to fail the action if coverage is below minimumnotrue
report_formatCoverage report format (term, html, xml, json)noterm
namedescription
coverage_percentageThe calculated test coverage percentage
coverage_reportPath to the coverage report file
tests_foundNumber of test files found