Showing 1 of 1 files from the diff.
@@ -348,8 +348,8 @@
Loading
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,4 +419,5 @@
Loading
419 | 419 | }); |
|
420 | 420 | ||
421 | 421 | } |
|
422 | + | ||
422 | 423 | } |
Files | Coverage |
---|---|
ui/src | 72.75% |
Project Totals (244 files) | 72.75% |
1942.1
TRAVIS_JDK_VERSION=oraclejdk8 TRAVIS_OS_NAME=linux
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.