Introducing Codacy Coverage: avoid breaking code by expanding unit tests
We are thrilled to launch our revamped product, Codacy Coverage. Taken from a product feature to a standalone solution, Codacy Coverage aims...
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,...
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...
Why do you need to measure code coverage?
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
Code coverage tells us what percentage of our code is covered by tests. There are different code coverage types, and a...