Polymesh icon indicating copy to clipboard operation
Polymesh copied to clipboard

[WIP]MESH-1705/Improve permission script to include extrinsics without any permissions

Open CJP10 opened this issue 3 years ago • 2 comments

CJP10 avatar Nov 09 '21 03:11 CJP10

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

sonarqubecloud[bot] avatar Dec 07 '21 11:12 sonarqubecloud[bot]

Codecov Report

Merging #1157 (72cc8bc) into develop (69abd25) will increase coverage by 0.07%. The diff coverage is n/a.

@@             Coverage Diff             @@
##           develop    #1157      +/-   ##
===========================================
+ Coverage    43.85%   43.92%   +0.07%     
===========================================
  Files          141      141              
  Lines        29859    29859              
===========================================
+ Hits         13096    13117      +21     
+ Misses       16763    16742      -21     
Impacted Files Coverage Δ
primitives/src/identity_claim.rs 63.51% <0.00%> (-1.36%) :arrow_down:
pallets/identity/src/keys.rs 79.32% <0.00%> (-0.16%) :arrow_down:
pallets/balances/src/lib.rs 57.10% <0.00%> (-0.14%) :arrow_down:
pallets/identity/src/claims.rs 90.77% <0.00%> (+0.57%) :arrow_up:
pallets/settlement/src/lib.rs 48.17% <0.00%> (+1.71%) :arrow_up:

codecov[bot] avatar Jun 21 '22 13:06 codecov[bot]

The permissions cli now correctly parse permissions from the docs.

Neopallium avatar Sep 16 '22 16:09 Neopallium