I am trying to fetch code coverage for React application using below tasks, but I am only getting coverage in build pipeline. How can I get the code coverage in sonarqube dashboard, do I need to some task? I can use what task to enable code coverage, that support Jest, gulp and grunt dont support jest, only mocha and jasmine , or how can I add any task to fetch code coverage in sonarqube?
Below mentioned is list of tasks in my pipeline.
Let me suggest you look through the documentation on Javascript Code Coverage
