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

New UI modals for report and password change #95

Closed msandrini closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #95 into master will decrease coverage by 3.18%. The diff coverage is 24.24%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #95      +/-   ##
==========================================
- Coverage    56.1%   52.91%   -3.19%     
==========================================
  Files          39       43       +4     
  Lines         950     1045      +95     
  Branches      178      188      +10     
==========================================
+ Hits          533      553      +20     
- Misses        382      456      +74     
- Partials       35       36       +1
Impacted Files Coverage Δ
client/components/timeEntry/TimeEntry.jsx 50% <ø> (-3.85%) :arrow_down:
shared/strings.js 100% <ø> (ø) :arrow_up:
client/components/ui/modals/ConfirmModal.jsx 83.33% <ø> (ø) :arrow_up:
client/components/authentication/UserDetails.jsx 87.87% <33.33%> (-12.13%) :arrow_down:
client/components/userOptions/ReportModal.jsx 33.33% <33.33%> (ø)
client/components/timeEntry/CurrentDate.jsx 50% <50%> (ø)
client/components/ui/Modal.jsx 70.58% <55.55%> (-20.33%) :arrow_down:
...ent/components/userOptions/PasswordChangeModal.jsx 6.25% <6.25%> (ø)
client/components/ui/MonthlyCalendar.jsx 80% <66.66%> (-3.34%) :arrow_down:
client/components/userOptions/UserOptions.jsx 9.09% <9.09%> (ø)
... and 4 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 ce7e09f...859a21b. Read the comment docs.