Combining multiple test coverage reports for SonarCloud in GitHub Actions workflows
In a typical multi-tier test setup, we run different test suites across several GitHub Actions jobs, each of which produces a coverage report. For example, we might start with unit tests running locally on the GitHub Actions runner and subsequently m...
pragmaticnotes.hashnode.dev3 min read