fave77 / Mathball

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

added union method #200

Closed harsha-iiiv closed 5 years ago

harsha-iiiv 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: v10.15.0

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


codecov-io commented 5 years ago

Codecov Report

Merging #200 into master will decrease coverage by 0.42%. The diff coverage is 45.45%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #200      +/-   ##
==========================================
- Coverage     100%   99.57%   -0.43%     
==========================================
  Files          79       81       +2     
  Lines        1411     1421      +10     
==========================================
+ Hits         1411     1415       +4     
- Misses          0        6       +6
Impacted Files Coverage Δ
src/index.js 100% <100%> (ø) :arrow_up:
src/validation/any-type-ofarray.js 25% <25%> (ø)
src/union/index.js 40% <40%> (ø)

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 fd09333...7deba74. Read the comment docs.