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

MakieExt #163

Merged
merged 10 commits into from
Apr 29, 2024
Merged

MakieExt #163

merged 10 commits into from
Apr 29, 2024

Conversation

dlfivefifty
Copy link
Member

No description provided.

@dlfivefifty dlfivefifty marked this pull request as ready for review April 28, 2024 12:06
@dlfivefifty
Copy link
Member Author

@daanhb I think this is a reasonable first pass: we can do some simple 2D and 3D geometries.

Since codecov isn't working I haven't added tests yet. Do you think we can get that resolved?

I had a similar issue on another repository that I haven't figured out how to fix, so this really is just a ploy to get you to figure that out 😂

@dlfivefifty dlfivefifty requested a review from daanhb April 28, 2024 12:08
@daanhb
Copy link
Member

daanhb commented Apr 29, 2024

Looks good to me, we can always expand later. I don't know what happened to codecov yet, it seems to have stopped after merging a compathelper change, but that seems totally unrelated.

@dlfivefifty
Copy link
Member Author

OK we'll have to find someone else with a repository with codecov not working to trick into debugging it for us. I'll add some tests just for fun

@daanhb
Copy link
Member

daanhb commented Apr 29, 2024

This is the problem https://docs.codecov.com/docs/adding-the-codecov-token
working on it

@daanhb
Copy link
Member

daanhb commented Apr 29, 2024

More info about the problem here: https://discourse.julialang.org/t/psa-new-version-of-codecov-action-requires-additional-setup/109857

It was a breaking change in codecov action v4, for which you need to add a token (to be obtained from codecov website) to the github action settings. I just followed the steps listed there and changed ci.yml to be like what it is e.g. here: https://github.com/SciML/DifferentialEquations.jl/blob/master/.github/workflows/CI.yml

Codecov just updated.

Copy link

codecov bot commented Apr 29, 2024

Codecov Report

Attention: Patch coverage is 94.44444% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 94.27%. Comparing base (1cbe675) to head (531792b).

Files Patch % Lines
ext/DomainSetsMakieExt.jl 94.44% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master     #163   +/-   ##
=======================================
  Coverage   94.26%   94.27%           
=======================================
  Files          26       27    +1     
  Lines        1832     1850   +18     
=======================================
+ Hits         1727     1744   +17     
- Misses        105      106    +1     

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

@dlfivefifty dlfivefifty merged commit 4e36278 into master Apr 29, 2024
9 checks passed
@dlfivefifty dlfivefifty deleted the MakieExt branch April 29, 2024 20:28
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