-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
feat(jest-core): GitHubActionsReporter
goes live
#12658
Conversation
GitHubActionsReporter
goes live (?)GitHubActionsReporter
goes live
if (!reporters) { | ||
this._setupDefaultReporters(collectCoverage); | ||
return; | ||
} |
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.
Adding NotifyReporter
first, allows to return early. Also later reporters &&
checks become unnecessary.
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.
Yay!
@mrazauskas Quite the opposite -- Thanks a lot for getting this over the finish line! 🎉 |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Following up #11320
Summary
Here is an attempt to activate
GitHubActionsReporter
. If I get it right, it is better to keep it optional and configurable through:reporters: ['default', 'github-actions']
. At least this feels good for now.@ockham thanks for the job done. I really want to see
GitHubActionsReporter
in action. Apologies if there is any overlap.Test plan
Green CI.