JuliaPlots / PlotlyJS.jl

Julia library for plotting with plotly.js
Other
422 stars 78 forks source link

migrate to weakdeps #463

Closed sjkelly closed 8 months ago

sjkelly commented 1 year ago

This should save some loading and precompilation time.

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 17.64% and project coverage change: -1.92 :warning:

Comparison is base (02feab8) 36.58% compared to head (b8ec1ca) 34.66%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #463 +/- ## ========================================== - Coverage 36.58% 34.66% -1.92% ========================================== Files 4 8 +4 Lines 287 300 +13 ========================================== - Hits 105 104 -1 - Misses 182 196 +14 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `34.66% <17.64%> (-1.92%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPlots#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://codecov.io/gh/JuliaPlots/PlotlyJS.jl/pull/463?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPlots) | Coverage Δ | | |---|---|---| | [ext/CSVExt.jl](https://codecov.io/gh/JuliaPlots/PlotlyJS.jl/pull/463?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPlots#diff-ZXh0L0NTVkV4dC5qbA==) | `0.00% <0.00%> (ø)` | | | [ext/DataFramesExt.jl](https://codecov.io/gh/JuliaPlots/PlotlyJS.jl/pull/463?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPlots#diff-ZXh0L0RhdGFGcmFtZXNFeHQuamw=) | `0.00% <0.00%> (ø)` | | | [ext/IJuliaExt.jl](https://codecov.io/gh/JuliaPlots/PlotlyJS.jl/pull/463?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPlots#diff-ZXh0L0lKdWxpYUV4dC5qbA==) | `0.00% <0.00%> (ø)` | | | [ext/JSON3Ext.jl](https://codecov.io/gh/JuliaPlots/PlotlyJS.jl/pull/463?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPlots#diff-ZXh0L0pTT04zRXh0Lmps) | `0.00% <0.00%> (ø)` | | | [src/PlotlyJS.jl](https://codecov.io/gh/JuliaPlots/PlotlyJS.jl/pull/463?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPlots#diff-c3JjL1Bsb3RseUpTLmps) | `22.03% <75.00%> (-1.70%)` | :arrow_down: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPlots). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPlots)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

sjkelly commented 1 year ago

@BeastyBlacksmith can you take a look at this please?