-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
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
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.
Now that #56438 has landed, we can move forward with this.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #56468 +/- ##
==========================================
- Coverage 89.20% 89.19% -0.01%
==========================================
Files 662 662
Lines 191802 191802
Branches 36914 36923 +9
==========================================
- Hits 171089 171079 -10
+ Misses 13563 13562 -1
- Partials 7150 7161 +11 |
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.
6e61361
to
03edfad
Compare
rebased |
Landed in afaa14b |
This PR removes the github reporter (with much verbose output) in favor of the error reporter in #56438