accounts-js / accounts

Fullstack authentication and accounts-management for Javascript.
https://www.accountsjs.com/
MIT License
1.5k stars 141 forks source link

chore(rest-client): remove lodash dependency #1117

Closed pradel closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #1117 (fb35374) into master (6bc702b) will increase coverage by 0.03%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1117      +/-   ##
==========================================
+ Coverage   95.50%   95.53%   +0.03%     
==========================================
  Files          92       93       +1     
  Lines        2157     2150       -7     
  Branches      424      424              
==========================================
- Hits         2060     2054       -6     
+ Misses         96       94       -2     
- Partials        1        2       +1     
Impacted Files Coverage Δ
packages/rest-client/src/rest-client.ts 98.68% <ø> (+1.06%) :arrow_up:
packages/rest-client/src/auth-fetch.ts 100.00% <100.00%> (ø)
packages/password/src/utils/validation.ts 75.00% <0.00%> (ø)
packages/server/src/utils/get-first-user-email.ts 100.00% <0.00%> (ø)
packages/server/src/utils/validation.ts 100.00% <0.00%> (ø)
packages/server/src/accounts-server.ts 90.62% <0.00%> (+0.08%) :arrow_up:

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 6bc702b...fb35374. Read the comment docs.