I have an entity framework .net core application as a backend and .net core react app for the front-end.
I am trying to setup azure pipelines for this project.
While I am setting the pipeline for .net core react app I am running the library tests (code coverage is generated) also as it is the referenced project to my UI project.
The Issue here is when I run the JEST tests for the .net core react app, it is also generating test coverage but in the summary of build pipeline test coverage tab is not showing the code coverage when I enable the code coverage of library.
I am able to see both coverages in the artifacts published.
How can I see both coverages in my build summary?