- update CI
- add phpstan
- upgrade phpunit to v9
- upgrade psalm
Showing 1 of 13 files from the diff.
Newly tracked file
src/GraphQLRequestFactory.php
changed.
Other files ignored by Codecov
phpunit.xml.dist
has changed.
.github/workflows/infection.yaml
has changed.
.github/workflows/ci.yaml
was deleted.
phpstan.neon.dist
is new.
.gitignore
has changed.
.github/workflows/shepherd.yml
was deleted.
composer.json
has changed.
.gitattributes
has changed.
README.md
has changed.
@@ -14,11 +14,9 @@
Loading
14 | 14 | ||
15 | 15 | final class GraphQLRequestFactory |
|
16 | 16 | { |
|
17 | - | /** @var RequestFactoryInterface */ |
|
18 | - | private $requestFactory; |
|
17 | + | private RequestFactoryInterface $requestFactory; |
|
19 | 18 | ||
20 | - | /** @var StreamFactoryInterface */ |
|
21 | - | private $streamFactory; |
|
19 | + | private StreamFactoryInterface $streamFactory; |
|
22 | 20 | ||
23 | 21 | public function __construct(RequestFactoryInterface $requestFactory, StreamFactoryInterface $streamFactory) |
|
24 | 22 | { |
Files | Coverage |
---|---|
src/GraphQLRequestFactory.php | 100.00% |
Project Totals (1 files) | 100.00% |
573675930
567345380
570454892
669981125
587896657
585622438
553448098
556719999
559915851
562949949
565111324
544505488
546791390
628685228
631057260
623241873
626438991
616311993
619776887
609256836
612773806
604719539
606938010
495139471
493973867
500251123
497675555
505213401
502833082
508442577
506789270
514040045
511117547
524574596
522660036
535972812
529677605
580273841
663296244
519904629
516986989
601592492
598245386
666748986
550153915
526596642
532761428
542328047
650516463
576969262
656305840
638023640
591340253
644999205
641548435
583409024
652895951
594801846
539270642
659820626
634526593
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.