microsoft / PowerApps-TestEngine

MIT License
98 stars 29 forks source link

Decouple Async Funcs running too often #211

Closed landonmsft closed 1 year ago

landonmsft commented 1 year ago

Description

CheckAndHandleIfLegacyPlayerAsync and CheckIfAppIsIdleAsync running too often. Decouple from current parent function, to a prior location, in order to best optimize usage.

Checklist

github-actions[bot] commented 1 year ago

Code Coverage

Package Line Rate Branch Rate Complexity Health
Microsoft.PowerApps.TestEngine 91% 88% 800
Summary 91% (2119 / 2329) 88% (485 / 548) 800

Minimum allowed line rate is 50%