Closed svix-jplatte closed 1 month ago
I'm going to pick this up and finish it off. Thanks for your work!
Attention: Patch coverage is 97.20497%
with 9 lines
in your changes missing coverage. Please review.
Project coverage is 79.74%. Comparing base (
1875e84
) to head (f6369c1
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
nextest-runner/src/test_filter.rs | 96.44% | 9 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thanks again for all your hard work on this! Excited to get it into the hands of folks.
My half-finished attempt at #1483. It works, but clearly is not acceptable as-is because it adds a
todo!()
to one test, and doesn't add any tests for the new behavior.Any hints as to how to get this into a mergable shape would be appreciated.