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 turtle file type, refactor copy compilation #2026

Merged
merged 1 commit into from
Sep 12, 2023

X

d1a26f9
Select commit
Loading
Failed to load commit list.
Merged

Add turtle file type, refactor copy compilation #2026

X
d1a26f9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 12, 2023 in 0s

89.95% (target 80.00%)

View this Pull Request on Codecov

89.95% (target 80.00%)

Details

Codecov Report

Patch coverage: 88.70% and project coverage change: -0.02% ⚠️

Comparison is base (6840827) 89.96% compared to head (d1a26f9) 89.95%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2026      +/-   ##
==========================================
- Coverage   89.96%   89.95%   -0.02%     
==========================================
  Files         909      909              
  Lines       32979    32992      +13     
==========================================
+ Hits        29671    29679       +8     
- Misses       3308     3313       +5     
Files Changed Coverage Δ
src/binder/binder.cpp 96.80% <ø> (-0.08%) ⬇️
src/common/copier_config/copier_config.cpp 80.00% <ø> (+40.00%) ⬆️
src/include/binder/binder.h 100.00% <ø> (ø)
src/include/parser/transformer.h 100.00% <ø> (ø)
src/processor/map/map_copy_from.cpp 99.02% <50.00%> (-0.98%) ⬇️
src/binder/bind/bind_copy.cpp 86.57% <86.86%> (-0.35%) ⬇️
src/include/common/copier_config/copier_config.h 100.00% <100.00%> (ø)
src/include/parser/copy.h 100.00% <100.00%> (ø)
src/parser/transform/transform_copy.cpp 96.55% <100.00%> (-0.12%) ⬇️
src/parser/transformer.cpp 92.50% <100.00%> (ø)
... and 1 more

... and 3 files with indirect coverage changes

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