Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

feat: chunkFilter option for filtering chunks #382

Merged

Conversation

alexander-akait
Copy link
Member

@alexander-akait alexander-akait commented Dec 17, 2018

This PR contains a:

  • bugfix
  • new feature
  • code refactor
  • test update
  • typo fix
  • metadata update

Motivation / Use-Case

Allowing to filter chunks

fixes #21

Breaking Changes

No

Additional Info

No

@codecov
Copy link

codecov bot commented Dec 17, 2018

Codecov Report

Merging #382 into master will increase coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #382      +/-   ##
==========================================
+ Coverage   97.71%   97.74%   +0.02%     
==========================================
  Files           5        5              
  Lines         263      266       +3     
  Branches      102      104       +2     
==========================================
+ Hits          257      260       +3     
  Misses          6        6
Impacted Files Coverage Δ
src/index.js 96.47% <100%> (+0.07%) ⬆️

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 1282b87...9ac840b. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Dec 17, 2018

Codecov Report

Merging #382 into master will increase coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #382      +/-   ##
==========================================
+ Coverage   97.71%   97.74%   +0.02%     
==========================================
  Files           5        5              
  Lines         263      266       +3     
  Branches      102      104       +2     
==========================================
+ Hits          257      260       +3     
  Misses          6        6
Impacted Files Coverage Δ
src/index.js 96.47% <100%> (+0.07%) ⬆️

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 1282b87...9ac840b. Read the comment docs.

@alexander-akait alexander-akait merged commit 1e58c99 into master Dec 17, 2018
@alexander-akait alexander-akait deleted the feat-chunkFilter-option-for-filtering-chunks branch December 17, 2018 16:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expose chunk to options.<test|include|exclude>
1 participant