Github Action to integrate Coverage.py with Django on every pull request. It comes with a bundled PostgreSQL DB to run the test against.
The name of the Django app. Default:
Percentage of required coverage to consider it a valid commit.
Default: 10
Boolean value that indicates that the test run and coverage was successful.
steps:
- name: Checkout action
uses: actions/checkout@v2
- name: Django Coverage action
uses: actions/[email protected]
with:
django-app: 'sample_app'
minimum-coverage: '86'