We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have got 2 projects in one solution. The first project is the source code and the second project is the xunit test project.
Reproduction Steps:
The unit test files are getting the absolute path as filenames:
the source code files are getting a relative path with leading /_/
Then Sonarqube for example can't find the files.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this. I've fixed issue in https://dev.azure.com/dnceng/public/_artifacts/feed/test-tools/NuGet/Microsoft.CodeCoverage/overview/17.10.0-preview-24120-01. I've added logic to resolve full paths by default. There is also configuration flag DeterministicReport to skip resolving and keep relative paths.
DeterministicReport
Sorry, something went wrong.
@jakubch1 We still experience this issue with the latest version 17.11.3. Do you have an idea why?
jakubch1
No branches or pull requests
I have got 2 projects in one solution. The first project is the source code and the second project is the xunit test project.
Reproduction Steps:
The unit test files are getting the absolute path as filenames:
the source code files are getting a relative path with leading /_/
Then Sonarqube for example can't find the files.
The text was updated successfully, but these errors were encountered: