Skip to content

Python Django Coverage GitHub Action

Actions
Github Action to run tests and get coverage with Django on a Python Docker image
0.9
Latest
Star (22)

Tags

 (1)

Python Django coverage.py GitHub Action

Github Action to integrate Coverage.py with Django on every pull request. It comes with a bundled PostgreSQL DB to run the test against.

Inputs

django-app

The name of the Django app. Default:

minimum-coverage

Percentage of required coverage to consider it a valid commit. Default: 10

Outputs

success

Boolean value that indicates that the test run and coverage was successful.

Example usage

steps:
  - name: Checkout action
    uses: actions/checkout@v2
  - name: Django Coverage action
    uses: dc740/[email protected]
    with:
      django-app: 'sample_app'
      minimum-coverage: '86'

Python Django Coverage GitHub Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Github Action to run tests and get coverage with Django on a Python Docker image
0.9
Latest

Tags

 (1)

Python Django Coverage GitHub Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.