Closed AArnott closed 2 weeks ago
Attention: Patch coverage is 56.59341%
with 79 lines
in your changes missing coverage. Please review.
Project coverage is 75.00%. Comparing base (
e3a73d5
) to head (6c2fdb1
). Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Code coverage for the async paths isn't where it should be by the time we stabilize. But I'm holding out writing tests to specifically cover these lines until I'm sure those lines will stick around.
Summary
DeserializeAsync obviously needs more work, but there are plenty opportunities for improvement.
In the following metrics, pay attention to the improved ratios instead of looking at the Mean column, which shows significant regressions for unchanged code paths and it didn't repro later.
Before
After