rasendubi / uniorg

An accurate Org-mode parser for JavaScript/TypeScript
https://oleksii.shmalko.com/uniorg
GNU General Public License v3.0
263 stars 25 forks source link

Update dependencies #31

Closed rasendubi closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #31 (0417edc) into master (6f81322) will increase coverage by 0.00%. The diff coverage is 93.75%.

@@           Coverage Diff           @@
##           master      #31   +/-   ##
=======================================
  Coverage   95.65%   95.66%           
=======================================
  Files          14       14           
  Lines        1543     1544    +1     
  Branches      504      493   -11     
=======================================
+ Hits         1476     1477    +1     
  Misses         66       66           
  Partials        1        1           
Impacted Files Coverage Δ
packages/orgast-util-to-string/src/index.ts 80.00% <87.50%> (+1.42%) :arrow_up:
packages/uniorg-parse/src/parser.ts 94.82% <100.00%> (ø)
packages/uniorg-stringify/src/stringify.ts 95.15% <100.00%> (ø)

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more