Hello, I’d like to know if there is any way to show code coverage metrics for short-lived branches on SonarCloud. Now it just shows a metric saying how much coverage is estimated after merge.
Hi,
Short-lived branches are meant to focus on new code only, and, thus, display metrics around this new code only as well.
If you want to get full coverage, you’ll have to use long-lived branches.
Mickaël