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

eslint update + fixed new js lint issues #122

Merged
merged 1 commit into from
Mar 15, 2019
Merged

eslint update + fixed new js lint issues #122

merged 1 commit into from
Mar 15, 2019

Conversation

loiane
Copy link
Owner

@loiane loiane commented Mar 15, 2019

No description provided.

@codecov
Copy link

codecov bot commented Mar 15, 2019

Codecov Report

Merging #122 into master will increase coverage by 2.08%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #122      +/-   ##
==========================================
+ Coverage   86.96%   89.04%   +2.08%     
==========================================
  Files         117      119       +2     
  Lines        1971     2647     +676     
  Branches      268      382     +114     
==========================================
+ Hits         1714     2357     +643     
- Misses        239      260      +21     
- Partials       18       30      +12
Impacted Files Coverage Δ
...s/algorithms/dynamic-programing/min-coin-change.js 100% <ø> (ø) ⬆️
src/js/algorithms/backtracking/sudoku-solver.js 100% <ø> (ø) ⬆️
src/js/data-structures/heap.js 88.88% <ø> (-11.12%) ⬇️
src/js/data-structures/doubly-linked-list.js 100% <ø> (ø) ⬆️
src/js/data-structures/hash-table.js 90.9% <ø> (-9.1%) ⬇️
src/js/data-structures/avl-tree.js 47.05% <ø> (-6.79%) ⬇️
src/js/data-structures/set.js 100% <ø> (ø) ⬆️
...js/data-structures/hash-table-separate-chaining.js 100% <ø> (ø) ⬆️
src/js/data-structures/binary-search-tree.js 51.72% <ø> (+3.72%) ⬆️
...rc/js/data-structures/hash-table-linear-probing.js 100% <ø> (ø) ⬆️
... and 61 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 b7170d1...e734651. Read the comment docs.

@loiane loiane merged commit 817db9e into master Mar 15, 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