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...
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,...
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...
Why do you need to measure code coverage

Why do you need to measure code coverage?

0
Code coverage is a metric that specifies how much of your codebase is covered by tests. It lets you know which...
Who should care about code coverage

Who should care about code coverage

0
Code coverage tells us what percentage of our code is covered by tests. There are different code coverage types, and a...