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

conedevelopment / bazar / 20693245827

04 Jan 2026 12:57PM UTC coverage: 66.667% (+2.6%) from 64.117%
20693245827

Pull #236

github

web-flow
Merge 790b9166d into f6c84deae
Pull Request #236: Discount Rules

212 of 311 new or added lines in 18 files covered. (68.17%)

105 existing lines in 40 files now uncovered.

1626 of 2439 relevant lines covered (66.67%)

18.59 hits per line

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

0.0
/src/Actions/SendOrderDetails.php
1
<?php
2

3
declare(strict_types=1);
4

5
namespace Cone\Bazar\Actions;
6

7
use Cone\Bazar\Models\Order;
8
use Cone\Root\Actions\Action;
9
use Illuminate\Database\Eloquent\Collection;
10
use Illuminate\Http\Request;
11

12
class SendOrderDetails extends Action
13
{
14
    /**
15
     * Handle the action.
16
     */
UNCOV
17
    public function handle(Request $request, Collection $models): void
×
18
    {
19
        $models->each(static function (Order $order): void {
×
20
            $order->sendOrderDetailsNotification();
×
21
        });
×
22
    }
23
}
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