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

graphql-devise / graphql_devise
98%
master: 97%

Build:
Build:
LAST BUILD BRANCH: release-v-2.0.0
DEFAULT BRANCH: master
Repo Added 05 Dec 2019 07:47PM CUT
Files 60
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 add-conditional-authentication
branch: add-conditional-authentication
CHANGE BRANCH
x
Reset
  • add-conditional-authentication
  • 102-fix-reconfirmable-mailer
  • 112-fix-session-overflow
  • add-alternate-account-confirmation-flow
  • add-buy-us-a-coffee-section
  • add-coveralls
  • add-credentials-field-login-mutation
  • add-frozen-string-literal
  • add-gql-2-support
  • add-mount-method-option-sanitizer
  • additional-mutations-queries
  • allow-controller-level-authentication
  • allow-raise_user_error_list-customization
  • allow_setting_resources_directly_into_schema_during_tests
  • alternate-reset-password-flow
  • bkp-mount-routes-instrument
  • bump-to-v1.1.1
  • bump-version-1.4.0
  • case-insensitive-fields
  • check-reset-password-token
  • correct-confirm-account-resolver-return
  • credentials-in-sign-up-mutation
  • deprecate-redirect-queries-mutations
  • disable-ci-cache
  • document-confirmation-new-flow
  • drop-support-for-ruby-2.2
  • error-code-authentication-error
  • explicit-require-schema-file
  • fix-alias-concerns
  • fix-bug-with-gql-1-10
  • fix-ci-dependencies
  • fix-coveralls
  • fix-generator-specs
  • fix-kwargs-in-gql-execute
  • fix-link-in-mailers
  • fix-namespaced-models-bug
  • fix-resource-confirmation-signed-in
  • fix-route-reload-devise
  • fix-routes-gql-ruby-version-check
  • fix-set-resource-eager-load
  • fix-unconfirmed-email-confirmation
  • generators-use-our-concerns
  • gqld-98-insecure-password-reset-mutation
  • ignore-reconfirmable-global-devise-config
  • improve-doc-performed
  • improve-readme-file
  • increase-controller-coverage
  • load_reqs_with_zeitwerk
  • make-authenticatable-type-not-null
  • master
  • mount-auth-on-main-schema
  • refactor-mount-method-operations
  • refactor-mount-method-option-validator
  • refactor_routes
  • release
  • release-gql-1.13-support
  • release-v-2.0.0
  • release-v1.1.0
  • release-v1.3.0
  • remove-deprecated-authentication-methods
  • remove-deprecated-concerns
  • remove-deprecated-queries
  • remove-ruby3-spec-check
  • resend-confirmation-with-token-mutation
  • restrict-dependency-versions
  • set-dependency-versions
  • silence-deprecation-graphql-definition
  • skip-forgery-protection
  • splat-gql-devise-context
  • support-gql-1.11
  • support-gql-1.13-release
  • support-graphql-1.13
  • temp-do-not-test-ruby-2.2-dta-1.2
  • test-again-ci
  • test-bug-loader
  • test-current-resource-set-public-fields
  • test-edge-dependencies-skip-rails
  • test-graphql-edge
  • test-matrix-enable-rails7
  • test-ruby-2.4-again
  • test-ruby-2.7
  • test-tokens-per-request
  • update-readme
  • update-readme-2
  • use-https-appraisals-github
  • use-rspec-4.0
  • v0.10.0
  • v0.10.1
  • v0.11.0
  • v0.11.1
  • v0.11.2
  • v0.11.3
  • v0.11.4
  • v0.12.0
  • v0.12.1
  • v0.12.2
  • v0.12.3
  • v0.13.0
  • v0.13.1
  • v0.13.2
  • v0.13.3
  • v0.13.4
  • v0.13.5
  • v0.13.6
  • v0.14.0
  • v0.9.0
  • v0.9.1
  • v0.9.2
  • v1-release-doc-update
  • whitelist-redirect-urls
  • zeitwerk-concern-deprecation

17 May 2021 10:10PM CUT coverage: 98.169% (+0.004%) from 98.165%
4826ae1b-093c-4d3e-bc7e-0ca03d33c241

Pull #180

circleci

Mario Celi
Allow callables for authenticate option
Pull Request #180: Allow checking of authenticaded resource via callable object

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

858 of 874 relevant lines covered (98.17%)

1854.98 hits per line

Relevant lines Covered
Build:
Build:
874 RELEVANT LINES 858 COVERED LINES
1854.98 HITS PER LINE
Source Files on add-conditional-authentication
  • Tree
  • List 60
  • Changed 19
  • Source Changed 1
  • Coverage Changed 19
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/Line
0.0
lib/graphql_devise/version.rb5 3 0 3 0.0
85.71
lib/graphql_devise/resolvers/dummy.rb14 7 6 1 69.0
91.67
lib/generators/graphql_devise/install_generator.rb101 36 33 3 125.0
93.75
...ib/graphql_devise/mutations/send_password_reset.rb38 16 15 1 151.0
93.75
...devise/mutations/send_password_reset_with_token.rb37 16 15 1 119.0
95.0
lib/graphql_devise/concerns/controller_methods.rb122 60 57 3 886.0
95.65
lib/graphql_devise/mutations/update_password.rb46 23 22 1 213.0
96.43
lib/graphql_devise/mutations/login.rb57 28 27 1 352.0
96.43
lib/graphql_devise/mutations/sign_up.rb61 28 27 1 173.0
97.92
lib/graphql_devise.rb79 48 47 1 259.0
Showing 1 to 10 of 60 entries
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • Next
  • ►
    100.0
    app/
  • ►
    97.98
    lib/

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
4826ae1b... add-conditional-authentication Allow callables for authenticate option Pull #180 17 May 2021 10:10PM CUT Mario Celi circleci
98.17
c0ca8038... add-conditional-authentication Allow callables for authenticate option push 17 May 2021 01:46AM CUT Mario Celi circleci
98.17
274a052c... add-conditional-authentication wip push 16 May 2021 09:33PM CUT Mario Celi circleci
98.17
See All Builds (925)
  • 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