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...
Different code coverage types and the importance of a good report

Different code coverage types and the importance of a good report

0
You probably already know that code coverage tells us what percentage of our code is covered by tests. But did you...