unional / komondor-plugin-node

NodeJS plugin for komondor
MIT License
0 stars 0 forks source link

feat: work with file stream #16

Closed unional closed 6 years ago

unional commented 6 years ago

update to komondor@6

codecov[bot] commented 6 years ago

Codecov Report

Merging #16 into master will decrease coverage by 3.66%. The diff coverage is 85%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #16      +/-   ##
==========================================
- Coverage     100%   96.33%   -3.67%     
==========================================
  Files           4        6       +2     
  Lines          91      109      +18     
  Branches        3        6       +3     
==========================================
+ Hits           91      105      +14     
- Misses          0        4       +4
Impacted Files Coverage Δ
src/index.ts 100% <100%> (ø) :arrow_up:
src/fs/index.ts 66.66% <66.66%> (ø)
src/stream/index.ts 97.14% <83.33%> (-2.86%) :arrow_down:
src/Buffer/index.ts 85.71% <85.71%> (ø)

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 9192c07...bbec46d. Read the comment docs.

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 33


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/Buffer/index.ts 6 7 85.71%
src/fs/index.ts 2 3 66.67%
src/stream/index.ts 5 6 83.33%
<!-- Total: 17 20 85.0% -->
Totals Coverage Status
Change from base Build 24: -4.5%
Covered Lines: 105
Relevant Lines: 109

💛 - Coveralls
unional commented 6 years ago

:tada: This PR is included in version 1.3.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: