This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 199
Added function for converting coverage source format to Cobertura xml #1533
Merged
hayleycall
merged 15 commits into
microsoft:main
from
hayleycall:source-to-cobertura-xml
Jan 7, 2022
Merged
Added function for converting coverage source format to Cobertura xml #1533
hayleycall
merged 15 commits into
microsoft:main
from
hayleycall:source-to-cobertura-xml
Jan 7, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…om source format and corresponding tests and uses, todo: fix cobertura test
hayleycall
commented
Dec 16, 2021
hayleycall
commented
Dec 16, 2021
hayleycall
commented
Dec 16, 2021
…ll/onefuzz into source-to-cobertura-xml
ranweiler
reviewed
Dec 17, 2021
stishkin
approved these changes
Jan 7, 2022
chkeita
approved these changes
Jan 7, 2022
mgreisen
approved these changes
Jan 7, 2022
mgreisen
approved these changes
Jan 7, 2022
chkeita
approved these changes
Jan 7, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary of the Pull Request
Added function to take in SourceCoverage struct from coverage source format and convert to a format that aligns with Cobertura guidelines as xml output.
PR Checklist
Info on Pull Request
Adds function for converting source format, specifically a SourceCoverage struct to Cobertura XML.
Validation Steps Performed
Test added to manually create XML format vs. reading in a SourceCoverage struct and creating the XML format from that.