ChainSafe / gossamer

🕸️ Go Implementation of the Polkadot Host
https://chainsafe.github.io/gossamer
GNU Lesser General Public License v3.0
427 stars 110 forks source link

fix flaky test - TestStableNetworkRPC #4056

Open EmilGeorgiev opened 1 week ago

EmilGeorgiev commented 1 week ago

Changes

Tests

go test -tags integration github.com/ChainSafe/gossamer

Issues

3444

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 52.50%. Comparing base (d1ca7aa) to head (179dba6). Report is 112 commits behind head on development.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## development #4056 +/- ## =============================================== + Coverage 50.51% 52.50% +1.99% =============================================== Files 230 248 +18 Lines 29006 25280 -3726 =============================================== - Hits 14653 13274 -1379 + Misses 12856 10409 -2447 - Partials 1497 1597 +100 ```