-
Notifications
You must be signed in to change notification settings - Fork 31
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
ci: disable swagger check temporarily #471
Conversation
Codecov Report
@@ Coverage Diff @@
## main #471 +/- ##
==========================================
- Coverage 55.73% 55.72% -0.01%
==========================================
Files 719 719
Lines 73921 73921
==========================================
- Hits 41201 41195 -6
- Misses 29609 29613 +4
- Partials 3111 3113 +2
|
This reverts commit 3a37968.
CHANGELOG.md
Outdated
@@ -50,5 +50,6 @@ Ref: https://keepachangelog.com/en/1.0.0/ | |||
|
|||
* (ci) [\#457](https://github.com/line/lbm-sdk/pull/457) add swagger check | |||
* (ci) [\#469](https://github.com/line/lbm-sdk/pull/469) publish docker image on tag push | |||
* (ci) [\#471](https://github.com/line/lbm-sdk/pull/471) disable swagger check temporarily |
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.
I think this changes is a fix for #457.
Then, how about adding it to line 51 like below?
* (ci) #457, #471 add swagger check
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.
I agree on squashing the entries as you suggested. But the check would not working after this PR. Let me change the title.
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.
Is it OK to have a title different from it's PR's? Or I cannot change the title because it affects the previous PR (#457).
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.
LGTM
* main: ci: disable swagger check temporarily (Finschia#471)
Description
Checking generated swagger files (#457) is not working as expected, so I remove the logic and insert an action to print the log for the analysis.
Checklist:
CHANGELOG.md
client/docs/swagger-ui/swagger.yaml
[no need]