You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In check-aggregate.rb we cast several options that are percentage based as an integer rather than a float. This means that specifying a float does not do what is expected:
In
check-aggregate.rb
we cast several options that are percentage based as an integer rather than a float. This means that specifying a float does not do what is expected:Options improperly cast:
when we compare thresholds this results in an inflated number.
Example:
The text was updated successfully, but these errors were encountered: