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

CI fixes v2 #4980

Merged
merged 4 commits into from
Sep 10, 2024
Merged

CI fixes v2 #4980

merged 4 commits into from
Sep 10, 2024

Conversation

penelopeysm
Copy link
Contributor

@penelopeysm penelopeysm commented Sep 8, 2024

Description

Port of #4974 for v2. Sorry this took so long for not very much code!

Some tests are failing, though, because GR 0.73.7 on macOS causes some regressions on plotting — specifically reference image #50. I filed an upstream issue here: jheinen/GR.jl#550

In the meantime, I've added #50 to the list of reference tests to not run on macOS.

(I would probably also prefer if that was renamed from blacklist. It seems that we are using that to denote tests that we don't expect to work — could we use @test_broken in its place instead? Then we'd also get to know when the test starts working.)

Expected

artifact 2

Actual

artifact

Attribution

Things to consider

  • Does it work on log scales?
  • Does it work in layouts?
  • Does it work in recipes?
  • Does it work with multiple series in one call?
  • PR includes or updates tests?
  • PR includes or updates documentation?

penelopeysm and others added 3 commits August 30, 2024 00:54
* Update tests for Latexify 0.16.5

Behaviour was changed such that ã becomes \tilde{a}, instead of
\textnormal{\~{a}}.

* Test Julia 1.6 on x86 macOS instead of ARM

See: https://discourse.julialang.org/t/how-to-fix-github-actions-ci-failures-with-julia-1-6-or-1-7-on-macos-latest-and-macos-14/117019

* Bump GR compat and Plots version number

* update plotly show methods for PlotlyKaleido v2

* remove Pkg

* add it back

---------

Co-authored-by: Simon Christ <christ@cell.uni-hannover.de>
Copy link

codecov bot commented Sep 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.10%. Comparing base (617b8aa) to head (014c5be).
Report is 2 commits behind head on v2.

Additional details and impacted files
@@            Coverage Diff             @@
##               v2    #4980      +/-   ##
==========================================
+ Coverage   87.06%   87.10%   +0.04%     
==========================================
  Files          51       51              
  Lines        5999     6003       +4     
==========================================
+ Hits         5223     5229       +6     
+ Misses        776      774       -2     

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

@BeastyBlacksmith
Copy link
Member

could we use @test_broken in its place instead

I am totally on board with that

@penelopeysm penelopeysm changed the title (partial) CI fixes v2 CI fixes v2 Sep 9, 2024
@penelopeysm
Copy link
Contributor Author

penelopeysm commented Sep 9, 2024

This should hopefully pass all the tests now! My last commit message will have a bit more detail :)

 - Disabled reference tests 25 and 30, which require StatsPlots support,
   for all backends (in PlotsBase/src/examples.jl)
 - Separate tests that are skipped and tests that are known to be broken
   due to upstream issues
 - Re-enable reference test 41 as upstream issue has been fixed
   (JuliaLang/julia#47261)
 - Disable reference test 50 because of upstream issue
   (jheinen/GR.jl#550)
@BeastyBlacksmith
Copy link
Member

Thats a great help, thank you ❤️

@BeastyBlacksmith BeastyBlacksmith merged commit 4bae77b into JuliaPlots:v2 Sep 10, 2024
11 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants