Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reorganized exports. #52

Merged
merged 12 commits into from
Oct 28, 2019
Merged

Conversation

da1nerd
Copy link
Contributor

@da1nerd da1nerd commented Oct 28, 2019

This was going to be related to #50 until I discovered that wasn't a bug at all. So this PR instead introduces a number of updates to make the module more usable.


This change is Reviewable

@codecov
Copy link

codecov bot commented Oct 28, 2019

Codecov Report

Merging #52 into develop will increase coverage by 1.48%.
The diff coverage is 98.16%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #52      +/-   ##
===========================================
+ Coverage    92.85%   94.34%   +1.48%     
===========================================
  Files           29       32       +3     
  Lines          854     1008     +154     
  Branches        88      116      +28     
===========================================
+ Hits           793      951     +158     
+ Misses          61       56       -5     
- Partials         0        1       +1
Impacted Files Coverage Δ
src/core/Prediction.ts 100% <100%> (ø)
src/algorithms/CharacterLength.ts 100% <100%> (ø) ⬆️
src/index/PermutationIndex.ts 100% <100%> (ø) ⬆️
src/core/Parser.ts 85.36% <100%> (ø)
src/algorithms/NgramRelativeTokenDistance.ts 96% <100%> (+0.54%) ⬆️
src/index/CorpusIndex.ts 100% <100%> (ø) ⬆️
src/core/Engine.ts 86.75% <100%> (ø)
src/util/testUtils.ts 98.82% <100%> (+1.17%) ⬆️
src/core/index.ts 100% <100%> (ø)
src/index/AlignmentMemoryIndex.ts 92.85% <100%> (+5.35%) ⬆️
... and 51 more

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 1c34c81...68ae261. Read the comment docs.

@da1nerd da1nerd merged commit 9955c66 into develop Oct 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant