Code coverage is a metric that specifies how much of your codebase is covered by tests. It lets you know which parts of your code are tested and which...
10/10/2022
September Product Update 🚀
Hi there 👋,
03/10/2022
Codacy Quality: the best solution to ship higher-quality code
Did you know that the average developer spends 42% of their week working on code maintenance? Although unplanned work will always exist, automated code...
19/09/2022
How to tackle technical debt (for teams using Scrum)
Technical debt happens in all software projects, regardless of the programming languages, frameworks, or project methodologies used. It is a common...
15/09/2022
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 well-tested codebase is usually...
12/09/2022
9 challenges of managing PRs and how to solve them
Developers have been using Pull Requests to review code on branches before it reaches master for a very long time. However, this workflow is one of the...