No Coverage Shown for Javascript files


I tried to do everything to show the coverage but it says that no data for the coverage on sonarcloud.

This is my .sonarcloud.properties file.

sonar.projectKey=testproject-react
sonar.projectName=testproject-react
sonar.projectVersion=1.0

sonar.sourceEncoding=UTF-8

sonar.sources=app
sonar.javascript.file.suffixes=.js,.jsx
sonar.javascript.lcov.reportPaths=coverage/lcov.info

Anything I do wrong? Because I read that this issue has been fixed.