Skip to content
New issue

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

Fix code coverage file upload #7263

Merged
merged 3 commits into from
Aug 27, 2021
Merged

Fix code coverage file upload #7263

merged 3 commits into from
Aug 27, 2021

Conversation

curtisman
Copy link
Member

Some webpacked file using externals introduce file name with quotes in them and Istanbul's cobertura reporter doesn't escape them causing parse error when we publish. A quick fix to patch the file with sed to escape the quotes.

@curtisman curtisman changed the title Fix code cover file upload Fix code coverage file upload Aug 26, 2021
@github-actions github-actions bot added the area: build Build related issues label Aug 26, 2021
@curtisman curtisman requested a review from DLehenbauer August 26, 2021 23:08
@curtisman
Copy link
Member Author

curtisman commented Aug 26, 2021

e.g. filename attribute has quotes

<class name="external &quot;react&quot;" filename="experimental\PropertyDDS\packages\property-inspector-table\dist\lib\@fluid-experimental\@fluid-experimental\property-inspector-table\external "react"" line-rate="1" branch-rate="1">

@DLehenbauer
Copy link
Contributor

Yep, sensible workaround.

@curtisman curtisman merged commit 4d141da into main Aug 27, 2021
@curtisman curtisman deleted the test/curtism-coverage branch August 27, 2021 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: build Build related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants