spring-cloud / spring-cloud-dataflow-ui

@@ -36,7 +36,7 @@
Loading
36 36
37 37
  editorContext: Flo.EditorContext;
38 38
39 -
  paletteSize = 170;
39 +
  paletteSize = 310;
40 40
41 41
  hintOptions: any;
42 42

@@ -27,7 +27,7 @@
Loading
27 27
export class TaskDefinitionCreateComponent implements OnInit, OnDestroy {
28 28
29 29
  dsl: string;
30 -
  paletteSize = 170;
30 +
  paletteSize = 310;
31 31
  editorContext: Flo.EditorContext;
32 32
33 33
  contentValidated = false;
Files Coverage
ui/src 71.19%
Project Totals (244 files) 71.19%
1994.1
TRAVIS_JDK_VERSION=oraclejdk8
TRAVIS_OS_NAME=linux

No yaml found.

Create your codecov.yml to customize your Codecov experience

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.
Grid
Each block represents a single file in the project. The size and color of each block is represented by the number of statements and the coverage, respectively.
Loading