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
Hey, is there a way to output multiple attachments with coverage results in different formats when VSTest integration is used? Settings parser right now takes the first format defined from .runsettings file: https://github.com/tonerdo/coverlet/blob/66a01198679f8d2c0e79d1fe1955d1e5553abecc/src/coverlet.collector/DataCollection/CoverletSettingsParser.cs#L88
The text was updated successfully, but these errors were encountered:
cc: @vagisha-nidhi
Sorry, something went wrong.
We need to look at if we can get multiple attachments from datacollectors to test platform. cc: @cltshivash @PBoraMSFT
@MarcoRossignoli Multiple attachments support is present in datacollectors. We just need to get the logic of creating reports out of Coverage Manager and do something like this https://github.com/tonerdo/coverlet/blob/09f91f2afa623dbd011acac8a10f6023d9513812/src/coverlet.msbuild.tasks/CoverageResultTask.cs#L99 for each report format and send them all to test platform.
Successfully merging a pull request may close this issue.
Hey, is there a way to output multiple attachments with coverage results in different formats when VSTest integration is used?
Settings parser right now takes the first format defined from .runsettings file: https://github.com/tonerdo/coverlet/blob/66a01198679f8d2c0e79d1fe1955d1e5553abecc/src/coverlet.collector/DataCollection/CoverletSettingsParser.cs#L88
The text was updated successfully, but these errors were encountered: