-
Notifications
You must be signed in to change notification settings - Fork 21
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
Add xml and json output format #33
Conversation
@arekzaluski, could you address the lint warnings, please? |
@JonatanAntoni @bgn42 I've fixed linting issues and added tests for xml and json. It's ready to be rechecked. |
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #33 +/- ##
==========================================
+ Coverage 96.77% 96.84% +0.06%
==========================================
Files 9 9
Lines 3321 3389 +68
==========================================
+ Hits 3214 3282 +68
- Misses 73 74 +1
+ Partials 34 33 -1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
Looks very good now.
Why
It is very difficult to parse existing
txt
output. Addition ofxml
andjson
will allow the output to be easily parsable by other tools/extensions.Changes
xml
andjson
option to format outputIt will print events and event statistics as xml/json file or on stdout.
Example: