Best practices for increasing code coverage

Thanks for the reply, Liam!

I think I got confused with the fact that “legacy” and “new” are both used in this sentence:

for legacy code we originally started at “0% coverage on new code”.

Did you mean to say that: for legacy code we originally started at “0% coverage on legacy code”.

If so, what measure in sonarqube are you using to track this metric? Seems it would just be the overall coverage that is being added to I believe? (i.e. anything outside of any coverage being added for new code)

Thank you!