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: add workflow to test deployment of relay locally #92

Merged
merged 5 commits into from
Jul 17, 2023

Conversation

DeepakBomjan
Copy link
Collaborator

No description provided.

@DeepakBomjan DeepakBomjan linked an issue Jun 29, 2023 that may be closed by this pull request
@DeepakBomjan DeepakBomjan force-pushed the 82-run-relay-node-locally-on-pr-merge-to-main branch from 200ec5a to e2c7dd7 Compare June 29, 2023 15:08
* temp: hotfix for nil pointer dereference

* fix: seq number issue in archway module

* chore: add separate relay start script
* ci: add node repos as git submodules
@DeepakBomjan DeepakBomjan force-pushed the 82-run-relay-node-locally-on-pr-merge-to-main branch from 45be4c8 to 89d8538 Compare June 30, 2023 09:26
@DeepakBomjan DeepakBomjan changed the title ci: 82 run relay node locally on pr merge to main ci: add workflow to test deployment of relay locally Jun 30, 2023
@izyak izyak marked this pull request as ready for review July 3, 2023 05:21
@codecov
Copy link

codecov bot commented Jul 3, 2023

Codecov Report

Merging #92 (4a40b52) into main (ceccd51) will increase coverage by 0.00%.
The diff coverage is 8.10%.

❗ Current head 4a40b52 differs from pull request most recent head 1913732. Consider uploading reports for the commit 1913732 to get more accurate results

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #92   +/-   ##
=======================================
  Coverage   11.69%   11.69%           
=======================================
  Files          83       83           
  Lines       19338    19352   +14     
=======================================
+ Hits         2262     2264    +2     
- Misses      16839    16851   +12     
  Partials      237      237           
Impacted Files Coverage Δ
relayer/chains/archway/tx.go 0.00% <0.00%> (ø)
relayer/chains/archway/provider.go 20.00% <100.00%> (+0.54%) ⬆️

... and 2 files with indirect coverage changes

Copy link
Collaborator

@viveksharmapoudel viveksharmapoudel left a comment

Choose a reason for hiding this comment

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

Looks good to me

@izyak izyak merged commit c9c7504 into main Jul 17, 2023
3 checks passed
@izyak izyak deleted the 82-run-relay-node-locally-on-pr-merge-to-main branch July 17, 2023 06:09
izyak pushed a commit to izyak/ibc-relay-test that referenced this pull request Sep 7, 2023
* ci: add workflow to test deployment of relay locally

* temp: hotfix for nil pointer dereference

* fix: seq number issue in archway module

* chore: add separate relay start script
* ci: add node repos as git submodules

* fix: channel mock

---------

Co-authored-by: viveksharmapoudel <[email protected]>
izyak pushed a commit that referenced this pull request Sep 8, 2023
* ci: add workflow to test deployment of relay locally

* temp: hotfix for nil pointer dereference

* fix: seq number issue in archway module

* chore: add separate relay start script
* ci: add node repos as git submodules

* fix: channel mock

---------

Co-authored-by: viveksharmapoudel <[email protected]>
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.

Run relay node locally on pr merge to main
3 participants