asarazan / martok

https://www.npmjs.com/package/martok
10 stars 0 forks source link

add an inner enum for tagged unions #36

Closed asarazan closed 2 years ago

github-actions[bot] commented 2 years ago

Coverage report

St.:grey_question:
Category Percentage Covered / Total
🟢 Statements 92.51% 655/708
🟢 Branches 89.97% 314/349
🟢 Functions 93.06% 134/144
🟢 Lines 93.53% 622/665

Test suite run success

22 tests passing in 4 suites.

Report generated by 🧪jest coverage report action from 52a15f440f016d2075222efff618f9333f19c4dd

codecov-commenter commented 2 years ago

Codecov Report

Merging #36 (52a15f4) into main (41990d1) will increase coverage by 0.46%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #36      +/-   ##
==========================================
+ Coverage   92.74%   93.21%   +0.46%     
==========================================
  Files          22       22              
  Lines         772      781       +9     
  Branches      185      185              
==========================================
+ Hits          716      728      +12     
+ Misses         53       50       -3     
  Partials        3        3              
Impacted Files Coverage Δ
src/martok/declarations/TaggedUnionGenerator.ts 100.00% <100.00%> (ø)
src/typescript/EnumHelpers.ts 94.44% <100.00%> (ø)
src/kotlin/Klass.ts 81.25% <0.00%> (+4.68%) :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 41990d1...52a15f4. Read the comment docs.