Closed einarsi closed 8 months ago
39 tests +3 39 :white_check_mark: +3 0s :stopwatch: ±0s 1 suites ±0 0 :zzz: ±0 1 files ±0 0 :x: ±0
Results for commit e7dc8e9a. ± Comparison against base commit 784c5329.
:recycle: This comment has been updated with latest results.
Attention: Patch coverage is 93.42105%
with 5 lines
in your changes are missing coverage. Please review.
Project coverage is 74.46%. Comparing base (
784c532
) to head (e7dc8e9
).
Files | Patch % | Lines |
---|---|---|
src/renderer.rs | 93.42% | 5 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The
values
filter lets us extract just the values from a source-row, neglecting the key. This lets us easily filter the rows we are interested in without using a nestedif
.