No flags found
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
e2bf4c9
... +0 ...
004af3b
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
44 | 44 | ctrl_variables = prepare_run_control_pandapower(net, None) |
|
45 | 45 | ctrl_variables["run"] = ppipe.pipeflow |
|
46 | 46 | ||
47 | - | ctrl_variables["errors"] = (PipeflowNotConverged) |
|
47 | + | ctrl_variables["errors"] = (PipeflowNotConverged,) # has to be a tuple |
|
48 | 48 | ||
49 | 49 | return ctrl_variables |
|
50 | 50 |
Files | Coverage |
---|---|
Project Totals (62 files) | 91.51% |
004af3b
e2bf4c9