-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
Relies on libkiwix 14.0.0 #1004
Conversation
ccd8230
to
cdc76a3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (not tested)
@BPerlakiH I guess this is your turn now to complete this PR :( |
@BPerlakiH Hmmm.... the CI does not pass... we can not merge like this |
a408ab5
to
a4ad439
Compare
Brewfile
Outdated
@@ -4,7 +4,7 @@ brew "curl" | |||
|
|||
at_exit do | |||
system "pre-commit install" | |||
system "curl -L -o - https://download.kiwix.org/release/libkiwix/libkiwix_xcframework-13.1.0-4.tar.gz | tar -x --strip-components 2" | |||
system "curl -L -o - https://download.kiwix.org/release/libkiwix/libkiwix_xcframework-14.0.0.tar.gz | tar -x --strip-components 2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not the right one
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1004 +/- ##
==========================================
+ Coverage 38.27% 39.35% +1.07%
==========================================
Files 118 118
Lines 6879 6879
==========================================
+ Hits 2633 2707 +74
+ Misses 4246 4172 -74 ☔ View full report in Codecov by Sentry. |
@rgaudin @BPerlakiH CI is green! Does that mean we can merge? |
I am testing it right now... |
Fixes #984