Code coverage best practices (Part I)
In the most basic sense, code coverage is a way of using analytics to get an idea of how well an application has been tested...
7 best practices for writing great software tests
An important metric of code quality is how much of your codebase is covered by tests, as we saw in a...
Code coverage guide: Using it with Codacy (Part 2)
The second part of this series will be all about setting up code coverage in Codacy, and how to reap the benefits of this powerful feature. In a few quick and easy steps we'll get you up and running in no time. Let's get started!
Take your code coverage to the next level
On October 25th, we did a webinar called Take your code coverage to the next level. A panel of Codacy engineers,...
What is Code Coverage?
What is Code Coverage?
A measure that describes the degree to which code has been tested. The higher the Code Coverage of a project, the more...