Code coverage best practices (Part I)

1
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

7 best practices for writing great software tests

0
An important metric of code quality is how much of your codebase is covered by tests, as we saw in a...
code coverage

Code coverage guide: Using it with Codacy (Part 2)

1
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 cove coverage to the next level

Take your code coverage to the next level

0
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?

1
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...