Closed adamchalmers closed 4 days ago
QA Wolf here! As you write new code it's important that your test coverage is keeping up. Click here to request test coverage for this PR!
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
modeling-app | ✅ Ready (Inspect) | Visit Preview | Nov 21, 2024 4:17pm |
Attention: Patch coverage is 58.36066%
with 127 lines
in your changes missing coverage. Please review.
Project coverage is 86.06%. Comparing base (
c17cb10
) to head (16a208d
). Report is 4 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
src/wasm-lib/kcl/src/kcl_value.rs | 58.36% | 127 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Just moving KclValue into its own file because executor.rs is huge. No behavioural changes.