-
Notifications
You must be signed in to change notification settings - Fork 62
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
refactor: move output code into formatters, add junit and githubactions #386
Conversation
It would be awesome if the githubactions reporter also added a count of error/warn/notice to variables ( |
Good idea, i'll add a commit to set the values as job output parameters (instead of env) - this should be better to avoid potential name conflicts with other env variables. |
Yes, output is superior here. Thanks for that! |
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. @@ Coverage Diff @@
## main #386 +/- ##
==========================================
- Coverage 81.59% 80.86% -0.74%
==========================================
Files 201 208 +7
Lines 11592 12232 +640
==========================================
+ Hits 9459 9891 +432
- Misses 1784 1983 +199
- Partials 349 358 +9
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Hi @PhilippHeuer, |
I'll take a look today to push my latest changes + resolve the conflicts. |
Changes
I think we shouldn't add any other changes to this PR if possible, as it's already quite big / hard to review. Checkers There are a lot minor changes in the Idea for a Future PRs 1: use the new checks list in the junit report 2: |
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.
I'm reviewing...
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.
Hi @PhilippHeuer,
Thanks for your valuable contribution.
The new formatters look great.
From my perspective it's ready to merge.
Reuven
Creating this as a draft / suggestion for feedback to see if this approach works for you.
Changes Proposed
formatters
text
outputIncomplete
checks
command return a list of all checks - maybe add a filter param for optional checks?Additional Information