Skip to content

carltongibson/django-filter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repository Coverage

Full report

Name Stmts Miss Cover Missing
django_filters/__init__.py 16 1 94% 27
django_filters/compat.py 7 2 71% 6-7
django_filters/conf.py 34 0 100%
django_filters/constants.py 2 0 100%
django_filters/exceptions.py 4 0 100%
django_filters/fields.py 182 0 100%
django_filters/filters.py 368 1 99% 494
django_filters/filterset.py 216 0 100%
django_filters/rest_framework/__init__.py 3 0 100%
django_filters/rest_framework/backends.py 49 0 100%
django_filters/rest_framework/filters.py 8 0 100%
django_filters/rest_framework/filterset.py 22 0 100%
django_filters/utils.py 147 1 99% 242
django_filters/views.py 55 0 100%
django_filters/widgets.py 160 0 100%
TOTAL 1273 5 99%

Setup coverage badge

Below are examples of the badges you can use in your main branch README file.

Direct image

Coverage badge

This is the one to use if your repository is private or if you don't want to customize anything.

Shields.io Json Endpoint

Coverage badge

Using this one will allow you to customize the look of your badge. It won't work with private repositories. It won't be refreshed more than once per five minutes.

Shields.io Dynamic Badge

Coverage badge

This one will always be the same color. It won't work for private repos. I'm not even sure why we included it.

What is that?

This branch is part of the python-coverage-comment-action GitHub Action. All the files in this branch are automatically generated and may be overwritten at any moment.

About

A generic system for filtering Django QuerySets based on user selections

Resources

License

Stars

Watchers

Forks

Contributors 209

Languages