You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This action runs a coverage report on the repository the action is used in. The action runs coverage.py using pytest and pytest-django (must already be installed/configured in host repository).
Inputs
Example usage
uses: actions/coverage-report@master
with:
About
GitHub action for running coverage.py as part of a CI/CD pipeline