aaronhuggins / node-x12

ASC X12 parser, generator, query engine, and mapper; now with support for streams.
https://aaronhuggins.github.io/node-x12/
MIT License
49 stars 14 forks source link

Feature 1.5.0 #14

Closed ahuggins-nhs closed 4 years ago

ahuggins-nhs commented 4 years ago

Implement Liquid templating syntax

sonarcloud[bot] commented 4 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

codecov-commenter commented 4 years ago

Codecov Report

Merging #14 into master will increase coverage by 0.37%. The diff coverage is 81.03%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #14      +/-   ##
==========================================
+ Coverage   80.09%   80.46%   +0.37%     
==========================================
  Files          17       17              
  Lines         849      896      +47     
  Branches      185      196      +11     
==========================================
+ Hits          680      721      +41     
- Misses        107      110       +3     
- Partials       62       65       +3     
Impacted Files Coverage Δ
src/X12Transaction.ts 86.48% <0.00%> (ø)
src/X12TransactionMap.ts 74.86% <82.14%> (+4.18%) :arrow_up:
src/X12SerializationOptions.ts 100.00% <100.00%> (ø)

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 a269b77...478f55b. Read the comment docs.