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

Put in defaultCompare the constant EQUALS #59

Merged
merged 1 commit into from
Apr 25, 2018
Merged

Put in defaultCompare the constant EQUALS #59

merged 1 commit into from
Apr 25, 2018

Conversation

christianbender
Copy link

After my change I ran the tests successful.

@codecov
Copy link

codecov bot commented Apr 9, 2018

Codecov Report

Merging #59 into master will decrease coverage by 3.61%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #59      +/-   ##
==========================================
- Coverage   65.34%   61.73%   -3.62%     
==========================================
  Files         143      120      -23     
  Lines        3714     2143    -1571     
  Branches      350      297      -53     
==========================================
- Hits         2427     1323    -1104     
+ Misses       1266      807     -459     
+ Partials       21       13       -8
Impacted Files Coverage Δ
src/js/util.js 100% <ø> (+5%) ⬆️
src/ts/algorithms/backtracking/rat-in-maze.ts 60% <0%> (-20.77%) ⬇️
src/js/data-structures/dictionary.js 87.5% <0%> (-12.5%) ⬇️
src/ts/algorithms/backtracking/sudoku-solver.ts 87.5% <0%> (-7.38%) ⬇️
src/ts/algorithms/sorting/shell-sort.ts 80% <0%> (-6.67%) ⬇️
...rc/ts/algorithms/search/binary-search-recursive.ts 87.5% <0%> (-6.62%) ⬇️
src/js/algorithms/graph/floyd-warshall.js 0% <0%> (-5.89%) ⬇️
src/ts/algorithms/graph/floyd-warshall.ts 0% <0%> (-5.89%) ⬇️
src/js/algorithms/graph/breadth-first-search.js 3.84% <0%> (-4.49%) ⬇️
src/js/algorithms/graph/prim.js 8.33% <0%> (-2.78%) ⬇️
... and 83 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 6e9eb98...cdd647c. Read the comment docs.

@loiane loiane merged commit 1e206eb into loiane:master Apr 25, 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.

2 participants