feat: merge attribute_type.h and column_type.h #27
Codecov / codecov/project
succeeded
Jan 18, 2026 in 0s
90.56% (+0.89%) compared to 3113253
View this Pull Request on Codecov
90.56% (+0.89%) compared to 3113253
Details
Codecov Report
❌ Patch coverage is 94.11765% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 90.56%. Comparing base (3113253) to head (8b1ac1a).
| Files with missing lines | Patch % | Lines |
|---|---|---|
| include/psr/data_type.h | 76.47% | 4 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## master #27 +/- ##
==========================================
+ Coverage 89.66% 90.56% +0.89%
==========================================
Files 44 44
Lines 6358 6388 +30
Branches 404 404
==========================================
+ Hits 5701 5785 +84
+ Misses 649 595 -54
Partials 8 8 | Files with missing lines | Coverage Δ | |
|---|---|---|
| bindings/dart/lib/src/database.dart | 71.75% <100.00%> (ø) |
|
| include/psr/schema.h | 100.00% <ø> (ø) |
|
| src/c_api_database.cpp | 73.93% <100.00%> (ø) |
|
| src/database.cpp | 76.36% <100.00%> (-0.05%) |
⬇️ |
| src/schema.cpp | 91.12% <100.00%> (ø) |
|
| src/schema_validator.cpp | 88.12% <100.00%> (ø) |
|
| src/type_validator.cpp | 94.73% <100.00%> (ø) |
|
| tests/test_c_api_database_read.cpp | 100.00% <100.00%> (ø) |
|
| tests/test_database_read.cpp | 100.00% <ø> (ø) |
|
| tests/test_schema_validator.cpp | 100.00% <ø> (ø) |
|
| ... and 1 more |
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Loading