nas5w / javascript-patterns

A collection of javascript algorithms, patterns, and techniques
MIT License
293 stars 69 forks source link

add facade pattern #109

Closed wilk closed 4 years ago

wilk commented 5 years ago

relates to #77

codecov-io commented 5 years ago

Codecov Report

Merging #109 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #109      +/-   ##
==========================================
+ Coverage    99.6%   99.61%   +0.01%     
==========================================
  Files          35       36       +1     
  Lines         501      521      +20     
  Branches       74       77       +3     
==========================================
+ Hits          499      519      +20     
  Misses          2        2
Impacted Files Coverage Δ
src/patterns/facade.js 100% <100%> (ø)

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 43fe587...f1704df. Read the comment docs.