Closed mmorel-35 closed 1 month ago
Attention: Patch coverage is 87.50000%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 96.55%. Comparing base (
fe700fe
) to head (109d4eb
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
cmd/agent/app/testutils/mock_grpc_collector.go | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I am not sure I understand why this is better. When I see an error message in the logs, it's always most useful to know the exact line number that logged it, not a line number several scopes above it. t.Helper()
seems to do exactly the latter. Not to mention that I see the tests usually log the full stack on errors, so that both the helper line and the main test line are shown (perhaps it's because we use testify).
Which problem is this PR solving?
Description of the changes
How was this change tested?
Checklist
jaeger
:make lint test
jaeger-ui
:yarn lint
andyarn test