-
Notifications
You must be signed in to change notification settings - Fork 25
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
fix: jsonMerge with complex json literals #431
Conversation
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.
+1
14bff78
to
b1d1318
Compare
b1d1318
to
e58b4a6
Compare
"sqlite3": { | ||
"glob": "11.0.0", | ||
"node-gyp": "10.2.0" | ||
} |
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.
if [ "$file" != test/integration/sqlcipher.test.js ]; then | ||
run ${file}; | ||
fi | ||
done |
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.
ubuntu 22 升级到了 openssl 3,sqlcipher 编译用的还是 1.1,降级起来有点麻烦,先从默认的 CI 任务里面摘出来,必要的时候手动跑
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #431 +/- ##
==========================================
+ Coverage 96.78% 96.79% +0.01%
==========================================
Files 45 45
Lines 3700 3716 +16
Branches 72 72
==========================================
+ Hits 3581 3597 +16
Misses 105 105
Partials 14 14 ☔ View full report in Codecov by Sentry. |
att