Closed adamchalmers closed 5 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 20, 2024 3:23pm |
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 86.06%. Comparing base (
986675f
) to head (6dbf486
). Report is 3 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
If the key and value in an object literal use the same identifier, allow abbreviating it.
Basically these two are now equivalent:
This syntax is used in JS, Rust and probably elsewhere too.
Here's a more realistic example. Before:
After: