• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

equalizedigital / accessibility-checker / 16575452553

28 Jul 2025 05:07PM UTC coverage: 31.456% (-0.1%) from 31.555%
16575452553

push

github

web-flow
Merge pull request #1108 from equalizedigital/codex/run-cleanup-for-orphaned-issues

Implement cron cleanup for orphaned issues

15 of 76 new or added lines in 4 files covered. (19.74%)

1 existing line in 1 file now uncovered.

2843 of 9038 relevant lines covered (31.46%)

1.57 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/includes/deactivation.php
1
<?php
2
/**
3
 * Accessibility Checker plugin file.
4
 *
5
 * @package Accessibility_Checker
6
 */
7

8
use EDAC\Admin\Orphaned_Issues_Cleanup;
9

10
/**
11
 * Deactivation
12
 *
13
 * @return void
14
 */
15
function edac_deactivation() {
16
        delete_option( 'edac_activation_date' );
×
17

18
        // Unschedule cleanup of orphaned issues.
NEW
19
        Orphaned_Issues_Cleanup::unschedule_event();
×
20
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc