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

Update Makie compat bounds #56

Closed
wants to merge 3 commits into from
Closed

Update Makie compat bounds #56

wants to merge 3 commits into from

Conversation

simsurace
Copy link
Member

@simsurace simsurace commented Mar 10, 2024

Supersedes #50 and #55 and #51

Copy link

codecov bot commented Mar 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 24.28%. Comparing base (6e767fb) to head (56c565a).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #56      +/-   ##
==========================================
+ Coverage   23.18%   24.28%   +1.09%     
==========================================
  Files           4        4              
  Lines          69       70       +1     
==========================================
+ Hits           16       17       +1     
  Misses         53       53              

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

@coveralls
Copy link

coveralls commented Mar 10, 2024

Pull Request Test Coverage Report for Build 8222946648

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+1.1%) to 24.286%

Totals Coverage Status
Change from base Build 3614741551: 1.1%
Covered Lines: 17
Relevant Lines: 70

💛 - Coveralls

Comment on lines +11 to +14
AbstractGPsMakie,
:DocTestSetup,
:(using AbstractGPsMakie);
recursive=true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[JuliaFormatter] reported by reviewdog 🐶

Suggested change
AbstractGPsMakie,
:DocTestSetup,
:(using AbstractGPsMakie);
recursive=true
AbstractGPsMakie, :DocTestSetup, :(using AbstractGPsMakie); recursive=true

Comment on lines 20 to 23
format=Documenter.HTML(;
prettyurls=get(ENV, "CI", "false") == "true",
canonical="https://juliagaussianprocesses.github.io/AbstractGPsMakie.jl",
assets=String[],
),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[JuliaFormatter] reported by reviewdog 🐶

Suggested change
format=Documenter.HTML(;
prettyurls=get(ENV, "CI", "false") == "true",
canonical="https://juliagaussianprocesses.github.io/AbstractGPsMakie.jl",
assets=String[],
),
format=Documenter.HTML(; prettyurls=get(ENV, "CI", "false") == "true", assets=String[]),

@simsurace
Copy link
Member Author

@devmotion, do you know what goes wrong with the DOCUMENTER_KEY here?

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.

None yet

2 participants