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

ci: disable swagger check temporarily #471

Merged
merged 5 commits into from
Mar 22, 2022
Merged

ci: disable swagger check temporarily #471

merged 5 commits into from
Mar 22, 2022

Conversation

0Tech
Copy link
Collaborator

@0Tech 0Tech commented Mar 22, 2022

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:

  • I followed the contributing guidelines and code of conduct.
  • I have added a relevant changelog to CHANGELOG.md
  • I have added tests to cover my changes. [no need]
  • I have updated the documentation accordingly. [no need]
  • I have updated API documentation client/docs/swagger-ui/swagger.yaml [no need]

@0Tech 0Tech added the A: CI label Mar 22, 2022
@0Tech 0Tech self-assigned this Mar 22, 2022
@0Tech 0Tech added the github_actions Pull requests that update Github_actions code label Mar 22, 2022
@codecov
Copy link

codecov bot commented Mar 22, 2022

Codecov Report

Merging #471 (7added6) into main (d2ba9c1) will decrease coverage by 0.00%.
The diff coverage is n/a.

❗ Current head 7added6 differs from pull request most recent head 81e1a5a. Consider uploading reports for the commit 81e1a5a to get more accurate results

Impacted file tree graph

@@            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     
Impacted Files Coverage Δ
snapshots/store.go 71.66% <0.00%> (-1.25%) ⬇️
x/wasm/keeper/keeper.go 85.29% <0.00%> (-0.37%) ⬇️

@0Tech 0Tech marked this pull request as ready for review March 22, 2022 02:06
@0Tech 0Tech requested review from dudong2 and zemyblue March 22, 2022 02:06
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
Copy link
Member

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

Copy link
Collaborator Author

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.

Copy link
Collaborator Author

@0Tech 0Tech Mar 22, 2022

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).

Copy link
Member

@zemyblue zemyblue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@0Tech 0Tech merged commit 393d1fc into Finschia:main Mar 22, 2022
@0Tech 0Tech deleted the ci branch March 22, 2022 06:02
brew0722 pushed a commit to brew0722/lbm-sdk that referenced this pull request Mar 22, 2022
@zemyblue zemyblue mentioned this pull request Oct 27, 2022
5 tasks
@zemyblue zemyblue mentioned this pull request Nov 28, 2022
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A: CI github_actions Pull requests that update Github_actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants