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/project failed Aug 8, 2023 in 0s

50.28% (-1.11%) compared to 5703417

View this Pull Request on Codecov

50.28% (-1.11%) compared to 5703417

Details

Codecov Report

Patch coverage: 73.56% and project coverage change: -1.11% ⚠️

Comparison is base (5703417) 51.39% compared to head (7ed1331) 50.28%.

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #594      +/-   ##
============================================
- Coverage     51.39%   50.28%   -1.11%     
+ Complexity     6416     6273     -143     
============================================
  Files           372      375       +3     
  Lines         37555    37531      -24     
  Branches       6123     6143      +20     
============================================
- Hits          19301    18873     -428     
- Misses        16981    17414     +433     
+ Partials       1273     1244      -29     
Files Changed Coverage Δ
.../java/io/fair_acc/chartfx/axes/spi/LinearAxis.java 0.00% <0.00%> (ø)
.../io/fair_acc/chartfx/axes/spi/LogarithmicAxis.java 0.00% <0.00%> (ø)
...java/io/fair_acc/chartfx/axes/spi/NumericAxis.java 0.00% <0.00%> (ø)
...in/java/io/fair_acc/chartfx/axes/spi/TickMark.java 87.23% <ø> (+3.56%) ⬆️
.../java/io/fair_acc/chartfx/plugins/EditDataSet.java 23.30% <ø> (+0.13%) ⬆️
.../io/fair_acc/chartfx/plugins/UpdateAxisLabels.java 0.00% <0.00%> (ø)
.../main/java/io/fair_acc/chartfx/plugins/Zoomer.java 26.29% <0.00%> (ø)
...artfx/plugins/measurements/SimpleMeasurements.java 32.75% <0.00%> (-56.39%) ⬇️
...cc/chartfx/renderer/spi/MountainRangeRenderer.java 0.00% <0.00%> (ø)
...acc/chartfx/renderer/spi/ReducingLineRenderer.java 0.00% <0.00%> (ø)
... and 70 more

... and 35 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.