How to check if the test coverage has been dropped in the latest release compared to last release

Hi,
I use the sonar cloud in my python data engineering project. I have a question about how to check and throw a warning or error if the test coverage in the latest build/release is reduced compared to the last build/ release.?

Hey there.

What you’re looking for is the idea of “ratcheting” Quality Gates, which aren’t currently available. Take a look at the following thread and the roadmap card in the last post you can vote on.

1 Like

Is there any update on this? It’s a highly useful capability to have - failing quality gate if coverage drops below existing coverage and the drop being shown on the PR decoration.

Please add this capability :pray: