Skip to content

MateuszKuba/python-django-coverage-unamangedmodels

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: actions/python-django-coverage-gitHub-action-unmanagedmodels@0.1
    with:
      django-app: 'sample_app'
      minimum-coverage: '86'

This a slightly edited version of actions/python-django-coverage-gitHub-action@0.9

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •