As far as I know (from here: Test coverage parameters | SonarQube Cloud Documentation) SonarQube Cloud doesn’t run test cases itself, but generate coverage by coverage report that are generated by external tool. Now, i want to make the same coverage score in my gitlab ci pipeline with lcov.info for JS services and cover.out for Go services. Is there any library that you guys use to map coverage report into the files? Or you guys just built your own tools to calculate that?