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...
Different code coverage types and the importance of a good report
You probably already know that code coverage tells us what percentage of our code is covered by tests. But did you...