-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
tools: remove github reporter #56468
base: main
Are you sure you want to change the base?
Conversation
Review requested:
|
@cjihrig I'm not sure if I went overboard deleting stuff, lmk. |
@@ -317,7 +317,7 @@ def HasRun(self, output): | |||
class ActionsAnnotationProgressIndicator(DotsProgressIndicator): | |||
def AboutToRun(self, case): | |||
case.additional_flags = case.additional_flags.copy() if hasattr(case, 'additional_flags') else [] | |||
case.additional_flags.append('--test-reporter=./tools/github_reporter/index.js') | |||
case.additional_flags.append('--test-reporter=./test/common/test-error-reporter.js') |
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.
This is actually not available yet, so we would need an intermediate value or waiting for #56438 and rebasing
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.
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 don't mind waiting on the other PR, unless you want to move this fast
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #56468 +/- ##
==========================================
- Coverage 88.53% 88.53% -0.01%
==========================================
Files 657 657
Lines 190761 190761
Branches 36616 36617 +1
==========================================
- Hits 168899 168893 -6
+ Misses 15048 15045 -3
- Partials 6814 6823 +9 |
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 not sure if I went overboard deleting stuff
I think this is correct.
@@ -317,7 +317,7 @@ def HasRun(self, output): | |||
class ActionsAnnotationProgressIndicator(DotsProgressIndicator): | |||
def AboutToRun(self, case): | |||
case.additional_flags = case.additional_flags.copy() if hasattr(case, 'additional_flags') else [] | |||
case.additional_flags.append('--test-reporter=./tools/github_reporter/index.js') | |||
case.additional_flags.append('--test-reporter=./test/common/test-error-reporter.js') |
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.
This PR removes the github reporter (with much verbose output) in favor of the error reporter in #56438