parse-community / parse-server-api-mail-adapter

API Mail Adapter for Parse Server
MIT License
27 stars 18 forks source link

Increase test coverage #23

Closed mtrezza closed 3 years ago

mtrezza commented 3 years ago

New Pull Request Checklist

Issue Description

Increase code coverage.

Related issue: (none, meta)

Approach

Adding tests.

TODOs before merging

(none)

codecov[bot] commented 3 years ago

Codecov Report

Merging #23 (c670a21) into main (b6de4f2) will increase coverage by 1.44%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##             main       #23      +/-   ##
===========================================
+ Coverage   98.55%   100.00%   +1.44%     
===========================================
  Files           7         8       +1     
  Lines         483       502      +19     
  Branches       40        40              
===========================================
+ Hits          476       502      +26     
+ Misses          7         0       -7     
Impacted Files Coverage Δ
src/Errors.js 100.00% <ø> (+33.33%) :arrow_up:
spec/ApiMailAdapter.spec.js 100.00% <100.00%> (ø)
spec/Errors.spec.js 100.00% <100.00%> (ø)
src/ApiMailAdapter.js 100.00% <100.00%> (+4.13%) :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 b6de4f2...c670a21. Read the comment docs.