• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

graphql-python / graphene-django
95%

Build:
DEFAULT BRANCH: master
Repo Added 18 Sep 2016 01:55AM CUT
Files 32
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • 2-3-1
  • 2-3-2
  • 2.0
  • add-docs-django-gis
  • add-format-option-manage-command
  • add-github-actions
  • add-python-38
  • alias-only-exclude-fields
  • allow-empty-fields
  • black
  • bugfix/django-filters-number-types
  • bugfix/filter-connection-required
  • bugfix/filter-fields-type
  • bugfix/fix-manager-check
  • bugfix/multiple-error-types
  • convert-choices-enum-option
  • custom-choices
  • dependabot/pip/examples/cookbook-plain/django-2.1.10
  • dependabot/pip/examples/cookbook-plain/django-2.1.11
  • dependabot/pip/examples/cookbook-plain/django-2.1.9
  • dependabot/pip/examples/cookbook-plain/django-2.2.4
  • dependabot/pip/examples/cookbook-plain/django-2.2.8
  • dependabot/pip/examples/cookbook-plain/django-3.0.3
  • dependabot/pip/examples/cookbook/django-1.11.21
  • dependabot/pip/examples/cookbook/django-2.2.3
  • dependabot/pip/examples/cookbook/django-2.2.4
  • dependabot/pip/examples/cookbook/django-2.2.8
  • dependabot/pip/examples/cookbook/django-3.0
  • dependabot/pip/examples/cookbook/django-3.0.3
  • django-list-field-default-query
  • docs-improvements
  • document-camelcase-errors
  • downgrade-validations
  • dperetti-master
  • enum-naming-option
  • export-django-list-field-docs
  • feature/improved-mutations
  • feature/precommit-isort
  • features/better-batch-errors
  • features/django-filter-1-0
  • features/global-registry
  • fix-628
  • fix-792
  • fix-django-model-form
  • fix-filter-and-resolver
  • fix-flaky-tests
  • fix-tests
  • fix-validate-exclude-fields
  • fix/drf-test
  • fix/ticket-520
  • form_mutations
  • graphqlview-pluggable-backend
  • makefile
  • many-help-text
  • next/master
  • release/v2.4.0
  • release/v2.5.0
  • revert-115-features/global-registry
  • run-black
  • test-utils-rename-op-name
  • update-doc-setup
  • update-flake8
  • update-readme
  • update-travis
  • upgrade-dependencies-cookbook
  • v1.1.0
  • v1.2.0
  • v1.2.1
  • v1.3
  • v2.0.0
  • v2.1.0
  • v2.1rc0
  • v2.1rc1
  • v2.2.0
  • v2.3.0
  • v2.3.1
  • v2.3.2
  • v2.4.0
  • v2.5.0
  • v2.6.0
  • v2.7.0
  • v2.7.1
  • v2.8.0
  • v2.8.1
  • v2.8.2
  • v2.9.0
  • v2.9.1
  • v3

pending completion
1452

Pull #952

travis-ci

web-flow
Merge 6880c8764 into b9f0e4f9a
Pull Request #952: GraphQlView: Do not 'instantiate_middleware' if middleware is already a MiddlewareManager

4 of 4 new or added lines in 1 file covered. (100.0%)

1283 of 1355 relevant lines covered (94.69%)

18.75 hits per line

Relevant lines Covered
Build:
Build:
1355 RELEVANT LINES 1283 COVERED LINES
18.75 HITS PER LINE
Source Files on master
  • Tree
  • List 32
  • Changed 14
  • Source Changed 1
  • Coverage Changed 14
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/Line
0.0
graphene_django/forms/types.py3 2 0 2 0.0
64.52
graphene_django/utils/testing.py85 31 20 11 20.0
66.67
graphene_django/compat.py15 6 4 2 20.0
78.57
graphene_django/settings.py137 56 44 12 20.0
85.71
graphene_django/filter/__init__.py18 7 6 1 20.0
87.04
...phene_django/management/commands/graphql_schema.py113 54 47 7 20.0
88.71
graphene_django/utils/utils.py102 62 55 7 18.0
90.48
graphene_django/filter/filterset.py103 42 38 4 15.0
92.0
graphene_django/forms/forms.py40 25 23 2 20.0
93.48
graphene_django/debug/middleware.py62 46 43 3 20.0
Showing 1 to 10 of 32 entries
  • Previous
  • 1
  • 2
  • 3
  • 4
  • Next
  • ►
    94.69
    graphene_django/

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
1452 master Merge 6880c8764 into b9f0e4f9a Pull #952 30 Apr 2020 08:56AM CUT web-flow travis-ci pending completion  
1451 master Merge 3953348ed into b9f0e4f9a Pull #952 30 Apr 2020 08:51AM CUT web-flow travis-ci pending completion  
1443 master Merge 903cebbe0 into f33223daa Pull #611 25 Apr 2020 01:13PM CUT web-flow travis-ci pending completion  
1442 master Merge 182131d32 into f33223daa Pull #611 25 Apr 2020 01:06PM CUT web-flow travis-ci pending completion  
1441 master Merge 80cd879d0 into f33223daa Pull #611 25 Apr 2020 01:03PM CUT web-flow travis-ci pending completion  
1440 master Merge 947b5a872 into f33223daa Pull #611 25 Apr 2020 12:58PM CUT web-flow travis-ci pending completion  
1435 master Make tests order independent (#932) * Reset the global registry after each test (teardown) * Create a settings fixtures that returns graphene_settings and resets the graphene_settings after use (teardown) * Convert test_mutation tests fr... push 20 Apr 2020 12:24PM CUT web-flow travis-ci pending completion  
1428 master Switch `operation_name` to `operationName` in GraphQLTestCase (#936) * Add op_name test * Replace "operation_name" with "operationName" * Improve test comments * Add method for Python 2.7 push 19 Apr 2020 08:12PM CUT web-flow travis-ci pending completion  
1427 master Disable system checks for graphql_schema management command (#939) push 19 Apr 2020 07:43PM CUT web-flow travis-ci pending completion  
1400 master Update README.md push 13 Apr 2020 10:59AM CUT web-flow travis-ci pending completion  
See All Builds (1265)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc