This does not seem to generate any coverage results. I have verified that the trx file is generated in the directory. On the branch summary it still says.
Coverage
A few extra steps are needed for SonarCloud to analyze your code coverage
After more investigation it appears that neither sonar.cs.vstest.reportsPaths or sonar.cs.opencover.reportsPaths properties are working. I see messages in the build output that looks like it is parsing the file. However there is a warning. This warning appears in previous builds that did show coverage. It appears this is something that was recently broken.
Parsing the OpenCover report ...
WARN: Invalid data found in the coverage report, please check the debug logs for more details and raise an issue on the coverage tool being used.
INFO: Coverage Report Statistics: 1511 files, 1511 main files, 1511 main files with coverage, 0 test files, 0 project excluded files, 0 other language files.
@Colin It looks like this is the case. After running a couple more PR’s through it does appear the coverage is being set when actual code is changed. Thanks for the quick response.