-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: JUnit processing for large files (#5879)
* fix: JUnit processing for large files * fix: parsing one-line JUnit reports * chore: add more junit logging * chore: log xml data * fix: reports without xml tag * fix: junit post processor edge cases * chore: remove unnecessary logs * chore: add logs for paths * refactor: read only first 8KB of the xml * chore: more debug logs for sandbox * fix: remove duplicated path prefixing * chore: remove debug logs * chore: remove log * test: junit postprocessor with path prefix
- Loading branch information
1 parent
7d549a8
commit bdd483a
Showing
4 changed files
with
78 additions
and
35 deletions.
There are no files selected for viewing
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
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
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
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