phodal / adr

Architecture Decision Records in Node.js with Reporter, supported Windows, GNU/Linux, macOS - 轻量级架构决策记录工具
https://phodal.github.io/adr/
MIT License
263 stars 52 forks source link

#23 Detect custom template.md #24

Closed MathieuLavigneCC closed 4 years ago

MathieuLavigneCC commented 4 years ago

Closes #23 Detect custom template.md

Fix #23

New decision files are created from default templates.

New decision files are created from custom template if the file {basePath}/template.md exists.

codecov-commenter commented 4 years ago

Codecov Report

Merging #24 into master will decrease coverage by 0.32%. The diff coverage is 60.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #24      +/-   ##
==========================================
- Coverage   91.40%   91.08%   -0.33%     
==========================================
  Files          24       24              
  Lines         512      516       +4     
  Branches       44       45       +1     
==========================================
+ Hits          468      470       +2     
- Misses         27       28       +1     
- Partials       17       18       +1     
Impacted Files Coverage Δ
src/lib/create.ts 92.30% <60.00%> (-7.70%) :arrow_down:

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 93a9987...d3e63c2. Read the comment docs.

phodal commented 4 years ago

Thanks for PR.