Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the missing response error message #73

Merged
merged 1 commit into from
Mar 12, 2024

Conversation

iwahbe
Copy link
Member

@iwahbe iwahbe commented Mar 12, 2024

Previously, the message was unexpected end of JSON input, which is confusing when the entire blob passed to Replay is valid JSON.

Previously, the message was `unexpected end of JSON input`, which is confusing when the
entire blob passed to Replay is valid JSON.
@iwahbe iwahbe self-assigned this Mar 12, 2024
Copy link

codecov bot commented Mar 12, 2024

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 37.35%. Comparing base (dd332f3) to head (2345b25).
Report is 12 commits behind head on main.

Files Patch % Lines
replay/json_match.go 0.00% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #73      +/-   ##
==========================================
+ Coverage   37.27%   37.35%   +0.08%     
==========================================
  Files          42       43       +1     
  Lines        2664     2677      +13     
==========================================
+ Hits          993     1000       +7     
- Misses       1565     1569       +4     
- Partials      106      108       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@iwahbe iwahbe merged commit fb06e13 into main Mar 12, 2024
3 of 4 checks passed
@iwahbe iwahbe deleted the iwahbe/improve-missing-response-error-message branch March 12, 2024 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants