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

Adding test coverage #190

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

MeriemKhelifi
Copy link
Contributor

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 MeriemKhelifi deleted the feat-testcoverage branch March 27, 2017 12:34
@MeriemKhelifi MeriemKhelifi restored the feat-testcoverage branch March 27, 2017 12:38
@MeriemKhelifi MeriemKhelifi deleted the feat-testcoverage branch March 27, 2017 12:44
@MeriemKhelifi MeriemKhelifi restored the feat-testcoverage branch March 27, 2017 12:49
@MeriemKhelifi MeriemKhelifi reopened this Mar 27, 2017
@MeriemKhelifi
Copy link
Contributor Author

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

@DABH
Copy link
Contributor

DABH commented Feb 14, 2018

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
Copy link
Owner

Marak commented Feb 14, 2018

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

@DABH DABH changed the base branch from master to develop March 25, 2018 19:52
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.

3 participants