Code coverage visible in IntelliJ

I am using IntelliJ with SonarLint plugin (version 10.0.0.76954). SonarLint is connected to my Sonarcloud Java project.
My code coverage is running vi Github action.
I can see my code coverage in Sonarcloud but not in IntelliJ.
Does SonarLint support this feature to see code coverage from IntelliJ ?

Hey there.

SonarLint does not display test coverage – but depending on what coverage tool you use, you might be able to find another IntelliJ plugin for your coverage tool that does the trick (it looks like IntelliJ natively supports JaCoCo: Code coverage | IntelliJ IDEA Documentation)