-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Validate xunit2 files against the schema #5605
Validate xunit2 files against the schema #5605
Conversation
Codecov Report
@@ Coverage Diff @@
## features #5605 +/- ##
=============================================
- Coverage 96.13% 56.15% -39.99%
=============================================
Files 117 56 -61
Lines 25884 10915 -14969
Branches 2496 2037 -459
=============================================
- Hits 24883 6129 -18754
- Misses 694 4108 +3414
- Partials 307 678 +371
Continue to review full report at Codecov.
|
c191caf
to
57aa3ac
Compare
Updated. Any reviewers? From my POV after this PR gets merged we can release |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
557827b
to
881081f
Compare
Apperently it does not hang, let's see how it fares on CI
881081f
to
ba72b48
Compare
Rebased |
Would it be possible to skip tests/files that require In Nixpkgs that means we now have to disable tests of |
@FRidh sure, I don't see any harm on doing so. Would be glad to review/merge a PR in that direction. 👍 |
Fix #5095