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

tylernathanreed / jira-client-php / 14085544872

26 Mar 2025 02:15PM UTC coverage: 83.156% (+1.4%) from 81.757%
14085544872

push

github

tylernathanreed
~ Fixed missing discriminator tests

3 of 5 new or added lines in 2 files covered. (60.0%)

5712 of 6869 relevant lines covered (83.16%)

10.63 hits per line

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

0.0
/src/Attributes/PolymorphicList.php
1
<?php
2

3
namespace Jira\Client\Attributes;
4

5
use Attribute;
6
use Jira\Client\PolymorphicDto;
7

8
#[Attribute(Attribute::TARGET_PROPERTY)]
9
final readonly class PolymorphicList
10
{
NEW
11
    public function __construct(
×
12
        /** @var class-string<PolymorphicDto> */
13
        public string $name,
NEW
14
    ) {}
×
15
}
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