-
-
Notifications
You must be signed in to change notification settings - Fork 237
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
Change reporter text for better UX #2168
Conversation
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 looks good to me, and a good idea too! Are the other reporters outputting a similar text that should be harmonized too?
Should we update /megalinter/reporters/GitlabCommentReporter.py as well? |
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.
454e55e
to
20216c1
Compare
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.
plz check last comment :)
20216c1
to
454719a
Compare
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.
plz check comment ^^
To prevent users seeing 'See errors details in' text even when their run is not in an error state, lets change this to 'See detailed report in'. Also removing the 'artifact' text in the message as there are use cases where artifacts are not published and the link takes the user to the build (and not artifacts) page.
454719a
to
cdf2c90
Compare
Thanks :) |
To prevent users seeing 'See errors details in' text even when their run is not in an error state, lets change this to 'See detailed report in'.
Also removing the 'artifact' text in the message as there are use cases where artifacts are not published and the link takes the user to the build (and not artifacts) page.