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

Introducing Codacy Coverage: avoid breaking code by expanding unit tests

0
We are thrilled to launch our revamped product, Codacy Coverage. Taken from a product feature to a standalone solution, Codacy Coverage aims...
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!

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

Code Review vs. Testing

0
Among coding best practices, code review vs. testing are often compared. Here’s what you need to know about each. What are Code Reviewing and Testing? Code Review Code...