GMOD / bbi-js

Parser for bigwig and bigbed files
MIT License
8 stars 6 forks source link

Produce actual ESM module for build #48

Closed cmdcolin closed 2 years ago

cmdcolin commented 2 years ago

Possible fix for https://github.com/GMOD/bbi-js/issues/47

codecov[bot] commented 2 years ago

Codecov Report

Merging #48 (911ccaf) into master (f1c84c6) will decrease coverage by 1.84%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #48      +/-   ##
==========================================
- Coverage   81.07%   79.23%   -1.85%     
==========================================
  Files           8        8              
  Lines         539      520      -19     
  Branches      120      109      -11     
==========================================
- Hits          437      412      -25     
- Misses        100      107       +7     
+ Partials        2        1       -1     
Impacted Files Coverage Δ
src/range.ts 17.24% <ø> (-7.76%) :arrow_down:
src/util.ts 57.14% <0.00%> (-1.48%) :arrow_down:
src/bbi.ts 93.12% <0.00%> (-0.95%) :arrow_down:
src/blockView.ts 92.35% <0.00%> (-0.18%) :arrow_down:
src/bigbed.ts 98.79% <0.00%> (-0.07%) :arrow_down:
src/bigwig.ts 94.11% <0.00%> (+3.64%) :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 f1c84c6...911ccaf. Read the comment docs.