Skip to content

Commit 5dd6fb1

Browse files
committed
Fix coverage reports
1 parent bc98a48 commit 5dd6fb1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v2
16+
with:
17+
fetch-depth: 0
1618

1719
- name: Validate composer.json and composer.lock
1820
run: composer validate

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</logging>
2424
<filter>
2525
<whitelist>
26-
<directory>tests/Unit</directory>
26+
<directory>src</directory>
2727
</whitelist>
2828
</filter>
2929
</phpunit>

0 commit comments

Comments
 (0)