Skip to content

update

a5c48db
Select commit
Loading
Failed to load commit list.
Merged

feat: general improvements #29

update
a5c48db
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 18, 2026 in 0s

90.14% (+2.33%) compared to fbae8ed

View this Pull Request on Codecov

90.14% (+2.33%) compared to fbae8ed

Details

Codecov Report

❌ Patch coverage is 88.06452% with 37 lines in your changes missing coverage. Please review.
✅ Project coverage is 90.14%. Comparing base (fbae8ed) to head (a5c48db).

Files with missing lines Patch % Lines
bindings/dart/lib/src/database.dart 57.50% 17 Missing ⚠️
src/database.cpp 65.62% 11 Missing ⚠️
bindings/dart/lib/src/element.dart 70.00% 3 Missing ⚠️
src/c_api_database.cpp 87.50% 3 Missing ⚠️
src/lua_runner.cpp 80.00% 3 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #29      +/-   ##
==========================================
+ Coverage   87.81%   90.14%   +2.33%     
==========================================
  Files          49       44       -5     
  Lines        7098     6496     -602     
  Branches      394      394              
==========================================
- Hits         6233     5856     -377     
+ Misses        857      632     -225     
  Partials        8        8              
Files with missing lines Coverage Δ
include/psr/row.h 100.00% <ø> (ø)
src/c_api_element.cpp 96.10% <100.00%> (ø)
src/row.cpp 100.00% <100.00%> (ø)
tests/test_c_api_database_create.cpp 100.00% <100.00%> (ø)
tests/test_c_api_database_delete.cpp 100.00% <100.00%> (ø)
tests/test_c_api_database_read.cpp 100.00% <100.00%> (ø)
tests/test_c_api_database_update.cpp 100.00% <100.00%> (ø)
tests/test_c_api_element.cpp 100.00% <100.00%> (ø)
tests/test_c_api_lua_runner.cpp 100.00% <100.00%> (ø)
tests/test_database_create.cpp 100.00% <100.00%> (ø)
... and 12 more

... and 5 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.