Closed s-scheele-simonsen closed 2 years ago
Base: 14.10% // Head: 15.25% // Increases project coverage by +1.15%
:tada:
Coverage data is based on head (
0c615a8
) compared to base (3637b5a
). Patch has no changes to coverable lines.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Thanks, great PR!
We weren't displaying errors correctly, e.g.:
Mon, 08 Aug 2022 07:51:34 CEST: %!s(<nil>)
Added a processedBytes line separately, due to potential misleading data (due to processedBytes counting failed and successful events combined):
✓ Ingested 9 events (1.2 MB) // <--total size wrong, should be couple kbs ✖ Failed to ingest 1 event: // <-- this one is 1.2 MB large.
If anyone has a better idea of how to display the processed bytes, e.g. wording, placement, all feedback is welcome.