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

Enable rdf test #2373

Merged
merged 1 commit into from
Nov 10, 2023

Enable rdf test

a2540bb
Select commit
Loading
Failed to load commit list.
Merged

Enable rdf test #2373

Enable rdf test
a2540bb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 10, 2023 in 0s

91.18% (target 80.00%)

View this Pull Request on Codecov

91.18% (target 80.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (cc7f6ac) 90.99% compared to head (a2540bb) 91.18%.
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2373      +/-   ##
==========================================
+ Coverage   90.99%   91.18%   +0.19%     
==========================================
  Files        1012     1012              
  Lines       35895    35898       +3     
==========================================
+ Hits        32661    32732      +71     
+ Misses       3234     3166      -68     
Files Coverage Δ
src/binder/bind/bind_graph_pattern.cpp 96.67% <100.00%> (+3.99%) ⬆️
src/binder/bind/copy/bind_copy_rdf_graph.cpp 100.00% <100.00%> (ø)
src/binder/bind/ddl/bind_create_rdf_graph.cpp 100.00% <100.00%> (ø)
src/include/binder/copy/bound_copy_from.h 100.00% <100.00%> (ø)
...c/include/processor/operator/persistent/copy_rel.h 100.00% <ø> (ø)
...cessor/operator/persistent/reader/rdf/rdf_reader.h 100.00% <ø> (ø)
src/include/storage/store/column.h 84.21% <ø> (ø)
src/planner/plan/append_extend.cpp 96.66% <100.00%> (+5.83%) ⬆️
...ssor/operator/persistent/reader/rdf/rdf_reader.cpp 94.67% <100.00%> (+3.39%) ⬆️
src/storage/store/column.cpp 86.18% <100.00%> (+0.25%) ⬆️
... and 1 more

... and 13 files with indirect coverage changes

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