Marak / colors.js

get colors in your node.js console
https://github.com/Marak/colors.js
Other
5.17k stars 446 forks source link

Adding test coverage #190

Open MeriemKhelifi opened 7 years ago

MeriemKhelifi commented 7 years ago

Test coverage is a very useful tool which is used to test untested parts of code. Test coverage is a measure which is used to describe the degree to which a source code of program is tested by a particular test suite. A program with more test coverage has lower chances of containing bugs and a program with lower test coverage has higher chances of containing more bugs.

MeriemKhelifi commented 7 years ago

In order to have test coverage with your name, you need to create an account on https://coveralls.io/

DABH commented 6 years ago

Coverage is nice, I'm not so sure about this PR. For instance, we should avoid adding any dependencies or dev dependencies if at all possible. Is that possible?

Marak commented 6 years ago

Dev dependencies are OK if they are for adding CI scripts.