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

ci: development workflow #4085

Closed Aminechakr closed 2 months ago

Aminechakr commented 2 months ago

Changes

Tests

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

Issues

CLAassistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 52.32%. Comparing base (d1ca7aa) to head (a2e83ac). Report is 125 commits behind head on development.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## development #4085 +/- ## =============================================== + Coverage 50.51% 52.32% +1.80% =============================================== Files 230 249 +19 Lines 29006 25587 -3419 =============================================== - Hits 14653 13388 -1265 + Misses 12856 10574 -2282 - Partials 1497 1625 +128 ```