-
Notifications
You must be signed in to change notification settings - Fork 518
accepted 2xx in response code as success #1040
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
accepted 2xx in response code as success #1040
Conversation
ada2dbd
to
0b780f1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you remove go.mod and go.sum changes? Let's see if the CI passes without them.
I tried, it failed. |
Codecov Report
@@ Coverage Diff @@
## master #1040 +/- ##
=======================================
Coverage 78.18% 78.18%
=======================================
Files 237 237
Lines 6299 6299
=======================================
Hits 4925 4925
Misses 1069 1069
Partials 305 305
|
26f18bf
26f18bf
to
0b780f1
Compare
Kudos, SonarCloud Quality Gate passed!
|
This change will accept any http response code in range of 2xx from webhook as success.