-
Notifications
You must be signed in to change notification settings - Fork 12k
refactor(@angular-devkit/build-angular): mute internal reporters #11238
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(@angular-devkit/build-angular): mute internal reporters #11238
Conversation
other reporters are configured internal Karma reporters should suppress output when user-defined reporters are configured to prevent extrananeous error reporting for failed tests
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. |
Not sure how to fix the CLA issue since I used a different gmail account for the commit than I used to sign the CLA. Any tips? |
other reporters are configured internal Karma reporters should suppress output when user-defined reporters are configured to prevent extrananeous error reporting for failed tests
…lar-cli into suppress-reporter-output
I guess I could:
But I'll wait for a little guidance because I suspect this has happened before. |
If you drop the first commit and squash the other two, the CLA check should be fine. |
A Googler has manually verified that the CLAs look good. (Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.) |
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.
Great work on addressing this problem!
Also this is related to #11628
) * refactor(@angular-devkit/build-angular): mute internal reporters when other reporters are configured internal Karma reporters should suppress output when user-defined reporters are configured to prevent extrananeous error reporting for failed tests * refactor(@angular-devkit/build-angular): mute internal reporters when other reporters are configured internal Karma reporters should suppress output when user-defined reporters are configured to prevent extrananeous error reporting for failed tests
Funny, that's the same PR as mine from the past - I wonder what caused the regression there... |
Sorry, @shairez ! Good developers copy, great developers steal. =) |
LOL 😄 Pay attention though, that in these lines:
The first It was meant to be "if the last reporter is the angular CLI one, remove the duplication" So @filipesilva make sure you test it thoroughly and if it works with several different reporters, then you could remove the lines followed by If not, remove the first statement and change the reporter's name if it has changed. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
when other reporters are configured
internal Karma reporters should suppress output when user-defined
reporters are configured to prevent extrananeous error reporting for
failed tests (from ng test)