LimeChain / gosemble

Go-based framework for building Polkadot/Substrate-compatible runtimes. 🧱
https://limechain.github.io/gosemble/
Apache License 2.0
12 stars 5 forks source link

refactor: enable sudo guards and update tests #418

Closed radkomih closed 5 months ago

radkomih commented 5 months ago

Description

Fixes #408

Checklist:

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 85.60000% with 18 lines in your changes missing coverage. Please review.

Project coverage is 80.34%. Comparing base (2f94012) to head (82a404e).

Files Patch % Lines
testhelpers/testhelpers.go 0.00% 7 Missing :warning:
primitives/log/logger_nonwasm.go 77.77% 6 Missing :warning:
frame/executive/executive.go 81.81% 1 Missing and 1 partial :warning:
frame/grandpa/equivocation.go 0.00% 1 Missing :warning:
frame/session_historical/module.go 0.00% 1 Missing :warning:
primitives/types/transaction_validity_error.go 93.75% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #418 +/- ## =========================================== + Coverage 80.29% 80.34% +0.04% =========================================== Files 298 298 Lines 14641 14673 +32 =========================================== + Hits 11756 11789 +33 + Misses 2388 2387 -1 Partials 497 497 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

radkomih commented 5 months ago

found bug in the execution