Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Integrate Cobertura format and output as file in coverage container #1572

Merged
merged 5 commits into from
Jan 11, 2022

Conversation

hayleycall
Copy link
Contributor

Summary of the Pull Request

Outputs coverage file as Cobertura XML format.

PR Checklist

Info on Pull Request

Continues work of outputting improved source coverage as file(s) alongside block coverage file. This work completes the integration of having a third file be outputted to the coverage container, this file being in Cobertura xml format. It calls the function that converts source coverage data to Cobertura format and outputs it as a file. This file will be able to be used as input in ReportGenerator tool.

Validation Steps Performed

A cobertura-coverage.txt file should be created in coverage container in Cobertura XML format with same data as source-coverage.json file.

@hayleycall hayleycall requested a review from ranweiler January 10, 2022 23:27
@hayleycall hayleycall merged commit d28ad25 into microsoft:main Jan 11, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Feb 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants