SonarCloud coverage always shows 100%

I have a typescript project where I’m instrumenting my code using istanbul and then generating an lcov.info using nyc. This project consists of one component. The component has 5 functions, 3 are hit, 2 aren’t. The lcov.info reflects this. However, when SonarCloud parses the lcov.info, it always shows 100% coverage, and says that the lines the unhit functions are on are covered.

Hello,

The best would be to provide a reproducer with all the files including the lcov.info so that we can try to reproduce the problem.

Thanks
Alex