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

fix: fix proxy unmodified response when body tag is missing #611

Merged
merged 1 commit into from
Jun 23, 2024

Conversation

ndajr
Copy link
Contributor

@ndajr ndajr commented Jun 6, 2024

Based on #604. I found other issues as well, we are missing some returns in case of http internal error responses

Copy link

codecov bot commented Jun 6, 2024

Codecov Report

Attention: Patch coverage is 26.31579% with 14 lines in your changes missing coverage. Please review.

Files Coverage Δ
runner/proxy.go 67.30% <26.31%> (-7.19%) ⬇️

... and 2 files with indirect coverage changes

@ndajr
Copy link
Contributor Author

ndajr commented Jun 7, 2024

This coverage thing is a bit annoying, by adding returns it thinks the coverage reduced but it's in practise unchanged, we are just fixing the bug. Any ideas on how to fix this or easy ways to improve coverage?

@xiantang xiantang merged commit 7d43628 into air-verse:master Jun 23, 2024
6 of 8 checks passed
@ndajr ndajr deleted the fix-proxy-unmodified-response branch June 23, 2024 14:28
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.

None yet

2 participants