feat: add network diagnostics and state dump action#2051
feat: add network diagnostics and state dump action#2051kamuikatsurgi merged 2 commits intodevelopfrom
Conversation
Code ReviewIssue FoundFile: Problem: Debug/test code left in. The - name: Run RPC tests
id: rpc-tests
working-directory: pos-workflows/tests/rpc_tests
run: |
exit 1 # <-- Remove this line
export RPC_URL=$(kurtosis port print ${{ env.ENCLAVE_NAME }} l2-el-1-bor-heimdall-v2-validator rpc)Impact: This will break the CI pipeline by causing all builds to fail at the RPC tests step without actually running any tests. The new diagnostics collection action will trigger on every run. Suggested Fix: Remove the Checked for bugs and CLAUDE.md compliance. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #2051 +/- ##
===========================================
+ Coverage 50.15% 50.17% +0.02%
===========================================
Files 871 871
Lines 150614 150614
===========================================
+ Hits 75546 75578 +32
+ Misses 70023 69992 -31
+ Partials 5045 5044 -1 see 16 files with indirect coverage changes 🚀 New features to boost your workflow:
|
|
* feat: add network diagnostics and state dump action * remove: exit 1



Description
Adds the reusable network diagnostics and state dump action from the pos-workflows repo.