Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 301 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 301 Bytes

Coverage Report

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: