-
Notifications
You must be signed in to change notification settings - Fork 12
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
MakieExt #163
Conversation
@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 😂 |
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. |
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 |
This is the problem https://docs.codecov.com/docs/adding-the-codecov-token |
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. |
Codecov ReportAttention: Patch coverage is
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. |
No description provided.