Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #97 +/- ##
=======================================
Coverage 98.84% 98.84%
=======================================
Files 21 21
Lines 1900 1900
=======================================
Hits 1878 1878
Misses 22 22
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Interesting, so we still run the tests for |
|
You cannot use HOHQMesh_jll with the released version of HOHQMesh.jl if we merge this PR and release the new HOHQMESH.jl version. This prevents anybody from running into issues with a HOHQMESH_jll that was never tested in CI with HOHQMesh.jl. If you want to test the new HOHQMesh_jll locally, you need to adapt the line I changed in this PR to the version number of HOHQMesh_jll you would like to test. |
We also use the same approach in P4est.jl. The issue is that we do not run real CI tests when releasing a new version of jll packages. Thus, we chose to fix the jll version in the Julia wrapper to get a chance to test new versions of jll packages before "really" releasing them.
CompatHelper should notify us about updates of HOHQMESH_jll. Whenever this is the case, we should update the compat bound to a new
=X.Y.Zversion.