-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feature/98 connect test report data to result window #130
Feature/98 connect test report data to result window #130
Conversation
Signed-off-by: Liam Fogarty <[email protected]>
…eters Signed-off-by: Liam Fogarty <[email protected]>
Signed-off-by: Liam Fogarty <[email protected]>
Signed-off-by: Liam Fogarty <[email protected]>
Signed-off-by: Liam Fogarty <[email protected]>
Signed-off-by: Liam Fogarty <[email protected]>
Signed-off-by: Liam Fogarty <[email protected]>
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.
Ticket features are implemented and working. Code looks good to me, nothing I would change.
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.
Works as described. Most of this will have to be updated when the actual results are available through the HTML Parser I believe. Just have a look at the two small comments I left, then it can be merged imo.
...te/src/main/kotlin/com/amos/pitmutationmate/pitmutationmate/MutationTestToolWindowFactory.kt
Show resolved
Hide resolved
...e/src/main/kotlin/com/amos/pitmutationmate/pitmutationmate/actions/RunConfigurationAction.kt
Show resolved
Hide resolved
Signed-off-by: Liam Fogarty <[email protected]>
Signed-off-by: Liam Fogarty <[email protected]>
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, looks good to me.
CoverageReport
in the XML parser is defined. This needs to be refactored once the HTML Parser is merged, perhaps a small ticket for the next sprint (@emuguy1 @Felix-012)RunConfigurationAction.kt
is used to update the "Latest Result" panel in the correspondingToolWindow
instance