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

FriendsOfOpenTelemetry / opentelemetry-bundle / 13087713692

01 Feb 2025 10:23AM UTC coverage: 88.564% (+0.02%) from 88.543%
13087713692

push

github

gaelreyrol
 feat(OpenTelemetry/Trace): implement sampler service type in provider configuration

15 of 15 new or added lines in 3 files covered. (100.0%)

1 existing line in 1 file now uncovered.

2060 of 2326 relevant lines covered (88.56%)

8.29 hits per line

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

0.0
/src/OpenTelemetry/Exporter/EmptyExporterOptions.php
1
<?php
2

3
namespace FriendsOfOpenTelemetry\OpenTelemetryBundle\OpenTelemetry\Exporter;
4

5
use FriendsOfOpenTelemetry\OpenTelemetryBundle\OpenTelemetry\Transport\TransportParams;
6

7
class EmptyExporterOptions implements ExporterOptionsInterface
8
{
9
    public static function fromConfiguration(array $configuration): ExporterOptionsInterface
10
    {
UNCOV
11
        return new self();
×
12
    }
13

14
    public function toTransportParams(): TransportParams
15
    {
16
        return new TransportParams();
×
17
    }
18
}
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