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

PiteurStudio / CourierDZ / 13191187689

07 Feb 2025 01:18AM UTC coverage: 44.248% (+22.1%) from 22.124%
13191187689

push

github

web-flow
Merge pull request #12 from n4ss1m/improvements_0225

Refactor Types, Enhance Docs & Add 20 Ecotrack Providers

200 of 226 new or added lines in 21 files covered. (88.5%)

1 existing line in 1 file now uncovered.

300 of 678 relevant lines covered (44.25%)

5.48 hits per line

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

90.91
/src/ShippingProviders/AndersonDeliveryProvider.php
1
<?php
2

3
declare(strict_types=1);
4

5
namespace CourierDZ\ShippingProviders;
6

7
use CourierDZ\ProviderIntegrations\EcotrackProviderIntegration;
8

9
class AndersonDeliveryProvider extends EcotrackProviderIntegration
10
{
11
    /**
12
     * The url for the provider's API.
13
     */
14
    public static function apiDomain(): string
15
    {
NEW
16
        return 'https://anderson.ecotrack.dz/';
×
17
    }
18

19
    /**
20
     * {@inheritdoc}
21
     */
22
    public static function metadata(): array
23
    {
24
        return [
12✔
25
            'name' => 'AndersonDelivery',
12✔
26
            'title' => 'Anderson Delivery',
12✔
27
            'logo' => 'https://cdn1.ecotrack.dz/anderson/images/login_logoctVbSeP.png',
12✔
28
            'description' => 'Anderson Delivery est une entreprise algérienne opérant dans le secteur de livraison express',
12✔
29
            'website' => 'https://anderson.ecotrack.dz/',
12✔
30
            'api_docs' => 'https://anderson.ecotrack.dz/',
12✔
31
            'support' => 'https://anderson.ecotrack.dz/',
12✔
32
            'tracking_url' => 'https://suivi.ecotrack.dz/suivi/',
12✔
33
        ];
12✔
34
    }
35
}
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