Infamous line coverage

Since there is no easy way to ignore false positives of from coverage ignored files. Is it possible to disable the line coverage utility from SonarQube completely and only rely on provided coverage reports?
And, please do not link the article from 2018, thanks.

Hi,

When a file is included in a coverage report, we use those numbers exclusively for the file. If you don’t want a file included in coverage calculations, you can set a coverage exclusion for it.

 
HTH,
Ann