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

Axis and renderer CSS Styling #598

Merged
merged 19 commits into from
Aug 10, 2023

Tests: sprinkle some @TestFx annotations

af73ef2
Select commit
Loading
Failed to load commit list.
Merged

Axis and renderer CSS Styling #598

Tests: sprinkle some @TestFx annotations
af73ef2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Aug 10, 2023 in 0s

49.71% (-0.56%) compared to 110f856

View this Pull Request on Codecov

49.71% (-0.56%) compared to 110f856

Details

Codecov Report

Patch coverage: 74.93% and project coverage change: -0.56% ⚠️

Comparison is base (110f856) 50.27% compared to head (af73ef2) 49.71%.

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #598      +/-   ##
============================================
- Coverage     50.27%   49.71%   -0.56%     
+ Complexity     6268     6246      -22     
============================================
  Files           375      379       +4     
  Lines         37531    37625      +94     
  Branches       6143     6165      +22     
============================================
- Hits          18867    18707     -160     
- Misses        17414    17687     +273     
+ Partials       1250     1231      -19     
Files Changed Coverage Δ
...c/main/java/io/fair_acc/chartfx/legend/Legend.java 100.00% <ø> (ø)
...r/spi/AbstractContourDataSetRendererParameter.java 100.00% <ø> (ø)
...c/chartfx/renderer/spi/LabelledMarkerRenderer.java 83.10% <ø> (-0.56%) ⬇️
...acc/chartfx/renderer/spi/ReducingLineRenderer.java 0.00% <ø> (ø)
...c/main/java/io/fair_acc/chartfx/utils/FXUtils.java 88.23% <0.00%> (-3.61%) ⬇️
.../java/io/fair_acc/chartfx/utils/RotatedBounds.java 17.85% <17.85%> (ø)
.../java/io/fair_acc/chartfx/utils/RotatedRegion.java 33.33% <33.33%> (ø)
...java/io/fair_acc/chartfx/ui/layout/TitleLabel.java 65.00% <65.00%> (ø)
...ain/java/io/fair_acc/chartfx/ui/css/StyleUtil.java 68.75% <66.66%> (-29.44%) ⬇️
.../io/fair_acc/chartfx/legend/spi/DefaultLegend.java 84.46% <71.87%> (-6.11%) ⬇️
... and 17 more

... and 7 files with indirect coverage changes

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