Closed cssjoe closed 4 months ago
Attention: Patch coverage is 0%
with 40 lines
in your changes missing coverage. Please review.
Project coverage is 0.92%. Comparing base (
dcf64cd
) to head (aec6861
).
Files | Patch % | Lines |
---|---|---|
Extension_ImageService_Api.php | 0.00% | 38 Missing :warning: |
Extension_ImageService_Plugin_Admin.php | 0.00% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
You can now get the Image Service usage and limit data from
Extension_ImageService_Plugin::get_api()->get_usage();
. If you need fresh data, then pass a boolean:Extension_ImageService_Plugin::get_api()->get_usage( true )
. The data is now stored in a transient for 1 day. The settings page gets transient data if it exists.