image-js / fast-png

PNG image decoder and encoder written entirely in JavaScript
MIT License
329 stars 17 forks source link

refactor: unexpose internal properties #9

Closed targos closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #9 into master will increase coverage by 2.05%. The diff coverage is 94.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #9      +/-   ##
==========================================
+ Coverage    79.4%   81.45%   +2.05%     
==========================================
  Files           4        6       +2     
  Lines         301      329      +28     
  Branches       34       39       +5     
==========================================
+ Hits          239      268      +29     
+ Misses         62       61       -1
Impacted Files Coverage Δ
src/internalTypes.ts 100% <100%> (ø)
src/PNGEncoder.ts 97.93% <100%> (+0.04%) :arrow_up:
src/types.ts 100% <100%> (ø)
src/PNGDecoder.ts 68.27% <84.21%> (+1.42%) :arrow_up:
src/index.ts 100% <0%> (ø) :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 35393fa...a5e2e96. Read the comment docs.