Open vaurdan opened 1 day ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Attention: Patch coverage is 50.00000%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 30.53%. Comparing base (
cb8e520
) to head (ee50c79
). Report is 3 commits behind head on develop.
Files with missing lines | Patch % | Lines |
---|---|---|
vip-parsely/vip-parsely.php | 50.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
This PR adds a new defensive check in the VIP Parse.ly plugin, that prevents the VIP-specific customizations of the WP Parse.ly plugin to load when
WP_INSTALLING
is set and true.This fixes a fatal error being thrown when accessing the
example.com/wp-activate.php
URL. Since thevip-support
plugin is not loaded whenWP_INSTALLING
is defined, this extra validation prevents the VIP customizations - that require this plugin - from loading.Changelog Description
Fixed
Pre-review checklist
Please make sure the items below have been covered before requesting a review:
Pre-deploy checklist