Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/add authentication #48

Merged
merged 4 commits into from
Oct 30, 2020
Merged

Feature/add authentication #48

merged 4 commits into from
Oct 30, 2020

Conversation

sudakov-eugene
Copy link
Contributor

No description provided.

@sudakov-eugene sudakov-eugene self-assigned this Oct 29, 2020
@sudakov-eugene sudakov-eugene added the hacktoberfest you are free to make a pull request label Oct 29, 2020
@codecov
Copy link

codecov bot commented Oct 30, 2020

Codecov Report

Merging #48 into master will increase coverage by 9.62%.
The diff coverage is 55.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #48      +/-   ##
==========================================
+ Coverage   52.63%   62.26%   +9.62%     
==========================================
  Files          39       51      +12     
  Lines         361      469     +108     
==========================================
+ Hits          190      292     +102     
- Misses        171      177       +6     
Impacted Files Coverage Δ
app/controllers/api_controller.rb 0.00% <0.00%> (ø)
app/controllers/graphql_controller.rb 0.00% <0.00%> (ø)
app/services/token_manager/token_extractor.rb 0.00% <0.00%> (ø)
app/services/token_manager/token_updater.rb 0.00% <0.00%> (ø)
app/graphql/blog_schema.rb 100.00% <100.00%> (+100.00%) ⬆️
app/graphql/mutations/users/sign_up.rb 100.00% <100.00%> (ø)
app/graphql/resolvers/base.rb 100.00% <100.00%> (ø)
app/graphql/resolvers/me.rb 100.00% <100.00%> (ø)
app/graphql/types/mutation_type.rb 100.00% <100.00%> (+100.00%) ⬆️
app/graphql/types/query_type.rb 100.00% <100.00%> (+100.00%) ⬆️
... and 27 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 36f4c71...5483c22. Read the comment docs.

@sudakov-eugene sudakov-eugene merged commit d896d67 into rakvium:master Oct 30, 2020
@sudakov-eugene sudakov-eugene deleted the feature/add-authentication branch October 30, 2020 10:04
@sudakov-eugene sudakov-eugene added the hacktoberfest-accepted your pull request makes sense label Oct 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest you are free to make a pull request hacktoberfest-accepted your pull request makes sense
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants