Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Layout and notification system #594

Merged
merged 81 commits into from
Aug 8, 2023

YWatchValueIndicatorTest: update check to value determined by axis fo…

7ed1331
Select commit
Loading
Failed to load commit list.
Merged

Layout and notification system #594

YWatchValueIndicatorTest: update check to value determined by axis fo…
7ed1331
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Aug 8, 2023 in 2s

73.56% of diff hit (target 51.39%)

View this Pull Request on Codecov

73.56% of diff hit (target 51.39%)

Annotations

Check warning on line 655 in chartfx-chart/src/main/java/io/fair_acc/chartfx/Chart.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

chartfx-chart/src/main/java/io/fair_acc/chartfx/Chart.java#L655

Added line #L655 was not covered by tests

Check warning on line 688 in chartfx-chart/src/main/java/io/fair_acc/chartfx/Chart.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

chartfx-chart/src/main/java/io/fair_acc/chartfx/Chart.java#L688

Added line #L688 was not covered by tests

Check warning on line 1102 in chartfx-chart/src/main/java/io/fair_acc/chartfx/axes/spi/AbstractAxis.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

chartfx-chart/src/main/java/io/fair_acc/chartfx/axes/spi/AbstractAxis.java#L1102

Added line #L1102 was not covered by tests

Check warning on line 91 in chartfx-chart/src/main/java/io/fair_acc/chartfx/axes/spi/AbstractAxisParameter.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

chartfx-chart/src/main/java/io/fair_acc/chartfx/axes/spi/AbstractAxisParameter.java#L91

Added line #L91 was not covered by tests

Check warning on line 431 in chartfx-chart/src/main/java/io/fair_acc/chartfx/axes/spi/AbstractAxisParameter.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

chartfx-chart/src/main/java/io/fair_acc/chartfx/axes/spi/AbstractAxisParameter.java#L431

Added line #L431 was not covered by tests

Check warning on line 857 in chartfx-chart/src/main/java/io/fair_acc/chartfx/axes/spi/AbstractAxisParameter.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

chartfx-chart/src/main/java/io/fair_acc/chartfx/axes/spi/AbstractAxisParameter.java#L857

Added line #L857 was not covered by tests

Check warning on line 1198 in chartfx-chart/src/main/java/io/fair_acc/chartfx/axes/spi/AbstractAxisParameter.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

chartfx-chart/src/main/java/io/fair_acc/chartfx/axes/spi/AbstractAxisParameter.java#L1198

Added line #L1198 was not covered by tests

Check warning on line 72 in chartfx-chart/src/main/java/io/fair_acc/chartfx/axes/spi/CategoryAxis.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

chartfx-chart/src/main/java/io/fair_acc/chartfx/axes/spi/CategoryAxis.java#L72

Added line #L72 was not covered by tests

Check warning on line 173 in chartfx-chart/src/main/java/io/fair_acc/chartfx/axes/spi/CategoryAxis.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

chartfx-chart/src/main/java/io/fair_acc/chartfx/axes/spi/CategoryAxis.java#L172-L173

Added lines #L172 - L173 were not covered by tests

Check warning on line 60 in chartfx-chart/src/main/java/io/fair_acc/chartfx/axes/spi/DefaultNumericAxis.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

chartfx-chart/src/main/java/io/fair_acc/chartfx/axes/spi/DefaultNumericAxis.java#L59-L60

Added lines #L59 - L60 were not covered by tests

Check warning on line 73 in chartfx-chart/src/main/java/io/fair_acc/chartfx/axes/spi/DefaultNumericAxis.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

chartfx-chart/src/main/java/io/fair_acc/chartfx/axes/spi/DefaultNumericAxis.java#L73

Added line #L73 was not covered by tests

Check warning on line 414 in chartfx-chart/src/main/java/io/fair_acc/chartfx/axes/spi/DefaultNumericAxis.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

chartfx-chart/src/main/java/io/fair_acc/chartfx/axes/spi/DefaultNumericAxis.java#L413-L414

Added lines #L413 - L414 were not covered by tests

Check warning on line 435 in chartfx-chart/src/main/java/io/fair_acc/chartfx/axes/spi/DefaultNumericAxis.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

chartfx-chart/src/main/java/io/fair_acc/chartfx/axes/spi/DefaultNumericAxis.java#L435

Added line #L435 was not covered by tests

Check warning on line 439 in chartfx-chart/src/main/java/io/fair_acc/chartfx/axes/spi/LinearAxis.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

chartfx-chart/src/main/java/io/fair_acc/chartfx/axes/spi/LinearAxis.java#L438-L439

Added lines #L438 - L439 were not covered by tests

Check warning on line 341 in chartfx-chart/src/main/java/io/fair_acc/chartfx/axes/spi/LogarithmicAxis.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

chartfx-chart/src/main/java/io/fair_acc/chartfx/axes/spi/LogarithmicAxis.java#L340-L341

Added lines #L340 - L341 were not covered by tests

Check warning on line 355 in chartfx-chart/src/main/java/io/fair_acc/chartfx/axes/spi/LogarithmicAxis.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

chartfx-chart/src/main/java/io/fair_acc/chartfx/axes/spi/LogarithmicAxis.java#L355

Added line #L355 was not covered by tests

Check warning on line 468 in chartfx-chart/src/main/java/io/fair_acc/chartfx/axes/spi/NumericAxis.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

chartfx-chart/src/main/java/io/fair_acc/chartfx/axes/spi/NumericAxis.java#L467-L468

Added lines #L467 - L468 were not covered by tests

Check warning on line 479 in chartfx-chart/src/main/java/io/fair_acc/chartfx/axes/spi/NumericAxis.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

chartfx-chart/src/main/java/io/fair_acc/chartfx/axes/spi/NumericAxis.java#L479

Added line #L479 was not covered by tests

Check warning on line 244 in chartfx-chart/src/main/java/io/fair_acc/chartfx/axes/spi/OscilloscopeAxis.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

chartfx-chart/src/main/java/io/fair_acc/chartfx/axes/spi/OscilloscopeAxis.java#L243-L244

Added lines #L243 - L244 were not covered by tests

Check warning on line 252 in chartfx-chart/src/main/java/io/fair_acc/chartfx/axes/spi/OscilloscopeAxis.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

chartfx-chart/src/main/java/io/fair_acc/chartfx/axes/spi/OscilloscopeAxis.java#L252

Added line #L252 was not covered by tests

Check warning on line 264 in chartfx-chart/src/main/java/io/fair_acc/chartfx/axes/spi/OscilloscopeAxis.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

chartfx-chart/src/main/java/io/fair_acc/chartfx/axes/spi/OscilloscopeAxis.java#L264

Added line #L264 was not covered by tests

Check warning on line 164 in chartfx-chart/src/main/java/io/fair_acc/chartfx/plugins/TableViewer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

chartfx-chart/src/main/java/io/fair_acc/chartfx/plugins/TableViewer.java#L164

Added line #L164 was not covered by tests

Check warning on line 174 in chartfx-chart/src/main/java/io/fair_acc/chartfx/plugins/TableViewer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

chartfx-chart/src/main/java/io/fair_acc/chartfx/plugins/TableViewer.java#L174

Added line #L174 was not covered by tests

Check warning on line 311 in chartfx-chart/src/main/java/io/fair_acc/chartfx/plugins/TableViewer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

chartfx-chart/src/main/java/io/fair_acc/chartfx/plugins/TableViewer.java#L311

Added line #L311 was not covered by tests

Check warning on line 39 in chartfx-chart/src/main/java/io/fair_acc/chartfx/plugins/UpdateAxisLabels.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

chartfx-chart/src/main/java/io/fair_acc/chartfx/plugins/UpdateAxisLabels.java#L38-L39

Added lines #L38 - L39 were not covered by tests