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
de71a2f
... +0 ...
dacfab0
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
348 | 348 | const targetElement = paper.findViewByModel(targetId); |
|
349 | 349 | const sourceLabel = sourceElement.model.attr('.label/text'); |
|
350 | 350 | const targetLabel = targetElement.model.attr('.label/text'); |
|
351 | - | link.attr('.label/text', `Link from '${sourceLabel}' to '${targetLabel}'`); |
|
352 | - | this.refreshVisuals(link, 'props/ExitStatus', paper); // TODO this was set early on, why is this call required here? |
|
351 | + | // Set the visual label for exitStatus |
|
352 | + | this.refreshVisuals(link, 'props/ExitStatus', paper); |
|
353 | 353 | } |
|
354 | 354 | ||
355 | 355 | isSemanticProperty(propertyPath: string, element: dia.Cell) { |
419 | 419 | }); |
|
420 | 420 | ||
421 | 421 | } |
|
422 | + | ||
422 | 423 | } |
Files | Coverage |
---|---|
ui/src | -<.01% 72.75% |
Project Totals (244 files) | 72.75% |
dacfab0
de71a2f