Closed suchen-sci closed 2 months ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
Attention: Patch coverage is 25.00000%
with 9 lines
in your changes missing coverage. Please review.
Project coverage is 98.56%. Comparing base (
eef3a25
) to head (14e1dcd
). Report is 55 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
probe/common.go | 25.00% | 6 Missing and 3 partials :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR add a
with_output
option that, when enabled, appends the output to the error message. This way, if an error occurs, users can immediately see what happened, making it easier to diagnose and resolve issues.