mockingbird icon indicating copy to clipboard operation
mockingbird copied to clipboard

refactor(parser): avoid circular mocks

Open omermorad opened this issue 3 years ago • 1 comments

Avoid circular mocks, closes #65

omermorad avatar Jan 22 '22 15:01 omermorad

Codecov Report

Merging #137 (61f9734) into next (9370127) will increase coverage by 0.29%. The diff coverage is 95.23%.

Impacted file tree graph

@@            Coverage Diff             @@
##             next     #137      +/-   ##
==========================================
+ Coverage   84.98%   85.28%   +0.29%     
==========================================
  Files          18       18              
  Lines         453      462       +9     
  Branches      120      123       +3     
==========================================
+ Hits          385      394       +9     
  Misses         18       18              
  Partials       50       50              
Impacted Files Coverage Δ
packages/parser/src/lib/types/types.ts 100.00% <ø> (ø)
packages/parser/src/lib/parser/class-parser.ts 92.30% <93.75%> (+1.23%) :arrow_up:
.../parser/src/lib/handlers/class-callback-handler.ts 76.47% <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 9370127...61f9734. Read the comment docs.

codecov[bot] avatar Jan 24 '22 21:01 codecov[bot]