haraka / haraka-config

Haraka config file loader and parser
https://www.npmjs.com/package/haraka-config
MIT License
10 stars 13 forks source link

use path.extname instead of regex comparisons #32

Closed ghost closed 6 years ago

ghost commented 6 years ago

fixes https://github.com/haraka/haraka-config/issues/31

codecov[bot] commented 6 years ago

Codecov Report

Merging #32 into master will increase coverage by 0.26%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #32      +/-   ##
==========================================
+ Coverage   81.27%   81.54%   +0.26%     
==========================================
  Files           8        8              
  Lines         422      428       +6     
  Branches      123      124       +1     
==========================================
+ Hits          343      349       +6     
  Misses         79       79
Impacted Files Coverage Δ
config.js 90.47% <100%> (+0.73%) :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 e82a402...bdaaa02. Read the comment docs.