microsoft / PowerApps-TestEngine

MIT License
93 stars 28 forks source link

CLI Input Sanitization #287

Closed arpavan closed 11 months ago

arpavan commented 11 months ago

Description

Removed Guid.Empty from input sanitization with the idea as we don't want to error out the application for a valid Guid that has a value of "empty".

Checklist

github-actions[bot] commented 11 months ago

Code Coverage

Package Line Rate Branch Rate Complexity Health
Microsoft.PowerApps.TestEngine 91% 88% 923
Summary 91% (2455 / 2684) 88% (557 / 634) 923

Minimum allowed line rate is 85%