Heads up! To view this whole video, sign in with your Courses Plus account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed Code Coverage with Istanbul!
You have completed Code Coverage with Istanbul!
Preview
In this video we'll look what code coverage is, why you should use it and what it _doesn't_ do.
Resources
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
teacher here at Treehouse.
0:00
In this workshop, we're going to
be talking about code coverage.
0:01
Code coverage is the healthy
development practice that describes how
0:05
much of a program source code is executed
during the execution of the test sweep.
0:09
So, why should you do code coverage?
0:14
Well, it helps to see how much
testing you're doing in your project.
0:17
It helps you spot parts in your
code that the tests are missing.
0:20
It's also good to show business
stakeholders in a project,
0:24
whether they are a project manager or
clients on a project.
0:27
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up