eggheadio-github / stack-overflow-copy-paste

Utility functions copy/pasted (and modified slightly) from Stack Overflow
441 stars 606 forks source link

WIP: Cannot get coverage quite there #171

Closed Vinnu1 closed 6 years ago

Vinnu1 commented 6 years ago

I have added the js file, test file and modified the index.js accordingly, I don't know what to do next. What does it mean by 'coverage' here?

kentcdodds commented 6 years ago

Learn more about code coverage here: https://en.wikipedia.org/wiki/Code_coverage

codecov-io commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #171   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          63     64    +1     
  Lines         211    215    +4     
=====================================
+ Hits          211    215    +4
Impacted Files Coverage Δ
src/removeElementFromArray.js 100% <100%> (ø)

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 27ced64...27d7548. Read the comment docs.

Vinnu1 commented 6 years ago

I have updated the pr, please have a look.