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

added tests #82

Merged
merged 2 commits into from
May 1, 2018
Merged

added tests #82

merged 2 commits into from
May 1, 2018

Conversation

loiane
Copy link
Owner

@loiane loiane commented May 1, 2018

No description provided.

@codecov
Copy link

codecov bot commented May 1, 2018

Codecov Report

Merging #82 into master will increase coverage by 7.37%.
The diff coverage is 95.65%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #82      +/-   ##
==========================================
+ Coverage   72.76%   80.14%   +7.37%     
==========================================
  Files         117      143      +26     
  Lines        2027     3873    +1846     
  Branches      280      351      +71     
==========================================
+ Hits         1475     3104    +1629     
- Misses        539      744     +205     
- Partials       13       25      +12
Impacted Files Coverage Δ
src/ts/algorithms/math/find-divisors.ts 100% <100%> (+100%) ⬆️
src/ts/algorithms/math/primality-test.ts 90.47% <100%> (+90.47%) ⬆️
src/ts/index.ts 100% <100%> (ø)
src/ts/algorithms/math/sieve-eratosthenes.ts 92.85% <90.9%> (+92.85%) ⬆️
src/ts/algorithms/greedy/knapsack.ts 66.66% <0%> (-33.34%) ⬇️
src/js/data-structures/binary-search-tree.js 25.97% <0%> (-22.03%) ⬇️
src/ts/algorithms/search/interpolation-search.ts 80% <0%> (-20%) ⬇️
src/ts/algorithms/graph/dijkstra.ts 12.5% <0%> (-14.78%) ⬇️
src/ts/algorithms/graph/prim.ts 11.11% <0%> (-11.97%) ⬇️
src/js/data-structures/heap.js 89.09% <0%> (-10.91%) ⬇️
... and 102 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 89c8cc0...eaeb188. Read the comment docs.

@loiane loiane merged commit 533e436 into master May 1, 2018
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