fave77 / Mathball

A JavaScript library for Competitive Programming
https://fave77.github.io/Mathball-Docs/
MIT License
99 stars 49 forks source link

Added method verification (#136) #138

Closed atsutton closed 5 years ago

atsutton commented 5 years ago

Do the checklist before submitting the PR:

Q: What version of Node.js you've used in the project? (e.g. Node v10.11.0) A: 10.15.3

Q: Mention the Issue Number! (e.g. Fixed #8) A: Fixed #136

Modified three source files to verify the given method call is valid. Also added three corresponding unit tests.


codecov-io commented 5 years ago

Codecov Report

Merging #138 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #138   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          78     78           
  Lines        1255   1264    +9     
=====================================
+ Hits         1255   1264    +9
Impacted Files Coverage Δ
src/check/index.js 100% <ø> (ø) :arrow_up:
src/range/index.js 100% <100%> (ø) :arrow_up:
src/find/index.js 100% <100%> (ø) :arrow_up:

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 cd97a88...936fd37. Read the comment docs.

atsutton commented 5 years ago

I need to stop for a bit, but I'll come back and fix the Codacy errors.