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

Add C, Python, Node.js, and Java API bindings for read-only mode #2229

Merged
merged 6 commits into from
Oct 19, 2023

Conversation

mewim
Copy link
Collaborator

@mewim mewim commented Oct 18, 2023

No description provided.

@codecov
Copy link

codecov bot commented Oct 18, 2023

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (b79718b) 89.67% compared to head (98b5c84) 89.69%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2229      +/-   ##
==========================================
+ Coverage   89.67%   89.69%   +0.02%     
==========================================
  Files        1008     1008              
  Lines       35830    35837       +7     
==========================================
+ Hits        32131    32145      +14     
+ Misses       3699     3692       -7     
Files Coverage Δ
src/c_api/connection.cpp 94.00% <100.00%> (+0.12%) ⬆️
src/c_api/database.cpp 85.00% <100.00%> (ø)
tools/java_api/src/jni/kuzu_java.cpp 83.03% <100.00%> (+0.03%) ⬆️
tools/nodejs_api/src_cpp/include/node_database.h 77.77% <ø> (ø)
tools/nodejs_api/src_cpp/node_database.cpp 97.05% <100.00%> (+0.18%) ⬆️
tools/python_api/src_cpp/include/py_database.h 100.00% <ø> (ø)
tools/python_api/src_cpp/include/py_query_result.h 100.00% <ø> (ø)
tools/python_api/src_cpp/py_database.cpp 100.00% <100.00%> (ø)
tools/python_api/src_cpp/py_query_result.cpp 95.32% <50.00%> (-1.11%) ⬇️

... and 6 files with indirect coverage changes

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

@mewim mewim merged commit 938f995 into master Oct 19, 2023
12 checks passed
@mewim mewim deleted the read-only-mode-api-bindings branch October 19, 2023 05:03
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.

None yet

2 participants