Hi Venkat,
-
For code coverage, see my post here: Need help for Unit Test Code coverage for SonarCloud
-
For integrating your code coverage into a pipeline, you need to use a Continuous Integration (CI) service. Git itself is not a CI service. You can use Github or Azure DevOps or Travis CI for pipeline work. Here are some examples and tutorials:
- Github Actions
- Travis CI
- Azure DevOps
Etc. I gave many examples that I just googled so take with a grain of salt.
Joe