Skip to content

Commit 1e75faf

Browse files
committed
try fix coverage
1 parent 7c6e9c8 commit 1e75faf

File tree

3 files changed

+6
-14
lines changed

3 files changed

+6
-14
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
8282
- name: Run PHPUnit
8383
run: |
84-
vendor/bin/phpunit -c phpunit.xml.dist --coverage-clover=coverage.xml
84+
vendor/bin/phpunit -c phpunit.xml --coverage-clover=coverage.xml
8585
8686
- name: Upload coverage file
8787
uses: actions/upload-artifact@v3

phpunit.xml.dist

Lines changed: 0 additions & 13 deletions
This file was deleted.

test/bootstrap.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?php declare(strict_types=1);
2+
3+
namespace GraphQL\Tests;
4+
5+
require_once __DIR__ . '/../vendor/autoload.php';

0 commit comments

Comments
 (0)