This pull request fixes the issue where the gradient fill disappears upon adding labels.
The fix includes changes to gradient_fill which now properly sets the extent and clip path for the gradient fill, ensuring that it is visible even after adding labels.
The pull request also includes an additional fix where a wrong guess in the StepEdgeModel in the fit.models module was resolved.
Under the hood, many tests were added for modules and functions such as the analysis.gold module, and coverage CI configuration was added for integration with codecov.
Fixes issue #35
This pull request fixes the issue where the gradient fill disappears upon adding labels.
The fix includes changes to
gradient_fill
which now properly sets the extent and clip path for the gradient fill, ensuring that it is visible even after adding labels.The pull request also includes an additional fix where a wrong guess in the
StepEdgeModel
in thefit.models
module was resolved.Under the hood, many tests were added for modules and functions such as the
analysis.gold
module, and coverage CI configuration was added for integration with codecov.