Skip to content

only include test in test builds

6618ff9
Select commit
Loading
Failed to load commit list.
Open

RFC/WIP: Introduce capnp-json for JSON code compatible with c++ default capnproto implementation #600

only include test in test builds
6618ff9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 29, 2025 in 0s

51.51% (-0.13%) compared to ab342b3

View this Pull Request on Codecov

51.51% (-0.13%) compared to ab342b3

Details

Codecov Report

❌ Patch coverage is 56.23926% with 1273 lines in your changes missing coverage. Please review.
✅ Project coverage is 51.51%. Comparing base (ab342b3) to head (6618ff9).
⚠️ Report is 249 commits behind head on master.

Files with missing lines Patch % Lines
capnp-json/src/json_capnp.rs 4.79% 1013 Missing ⚠️
capnp-json/src/decode.rs 70.14% 163 Missing ⚠️
capnp-json/test/cppcompat.rs 88.71% 43 Missing ⚠️
capnp-json/src/data.rs 82.41% 16 Missing ⚠️
capnp-json/src/lib.rs 77.27% 15 Missing ⚠️
capnp-json/test/json.rs 97.56% 13 Missing ⚠️
capnp-json/src/encode.rs 95.59% 10 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #600      +/-   ##
==========================================
- Coverage   51.64%   51.51%   -0.13%     
==========================================
  Files          69       77       +8     
  Lines       33735    35258    +1523     
==========================================
+ Hits        17422    18163     +741     
- Misses      16313    17095     +782     

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

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