msandrini / achiever

A tool built to achieve... wrapper over the old "Achievo" legacy system, transforming the old php+html return into a modern one-page app in React with GraphQL for the API.
MIT License
1 stars 2 forks source link

Feature/change password #97

Closed enikolas closed 6 years ago

enikolas commented 6 years ago

Add change password feature to the backend and integrates it with the frontend

codecov-io commented 6 years ago

Codecov Report

Merging #97 into master will decrease coverage by 0.5%. The diff coverage is 40.74%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #97      +/-   ##
==========================================
- Coverage   52.91%   52.41%   -0.51%     
==========================================
  Files          43       44       +1     
  Lines        1045     1097      +52     
  Branches      188      190       +2     
==========================================
+ Hits          553      575      +22     
- Misses        456      484      +28     
- Partials       36       38       +2
Impacted Files Coverage Δ
server/api/middleware.js 23.36% <ø> (ø) :arrow_up:
client/components/authentication/UserDetails.jsx 72.5% <0%> (-15.38%) :arrow_down:
client/queries.graphql 65.71% <100%> (+0.49%) :arrow_up:
server/api/changePassword.js 47.72% <47.72%> (ø)

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 cae2893...a33185f. Read the comment docs.