You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature/144 enable to have a complete folder as scope (#170)
* enable contextmenuaction on folders
Signed-off-by: Tim Herzig <[email protected]>
* add functionality to run on all classes in dir + subdirs
Signed-off-by: Tim Herzig <[email protected]>
* edit visualization to easier show where results came from
Signed-off-by: Tim Herzig <[email protected]>
* change pipeline to call updateAndExecuteRunConfig once with all classes
Signed-off-by: Tim Herzig <[email protected]>
* lint correction
Signed-off-by: Tim Herzig <[email protected]>
* restrict context menu to only main subbranches
Signed-off-by: Tim Herzig <[email protected]>
* Update pitmutationmate/src/main/kotlin/com/amos/pitmutationmate/pitmutationmate/actions/ContextMenuAction.kt
Co-authored-by: Lennart Heimbs <[email protected]>
* modify rules for which directories can be executed
exclude files ending in Test for the pitest run
Signed-off-by: Tim Herzig <[email protected]>
* lint correction
Signed-off-by: Tim Herzig <[email protected]>
---------
Signed-off-by: Tim Herzig <[email protected]>
Co-authored-by: Lennart Heimbs <[email protected]>
Copy file name to clipboardExpand all lines: pitmutationmate/src/main/kotlin/com/amos/pitmutationmate/pitmutationmate/actions/RunConfigurationAction.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ abstract class RunConfigurationAction : AnAction() {
51
51
// TODO: replace this by real results extracted by the HTMLParser
52
52
val toolWindow:ToolWindow?=ToolWindowManager.getInstance(project).getToolWindow("Pitest")
53
53
val coverageReport:XMLParser.CoverageReport=XMLParser.CoverageReport(
0 commit comments