We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e0eca2 commit ec831bfCopy full SHA for ec831bf
.github/workflows/php.yml
@@ -60,7 +60,7 @@ jobs:
60
- name: Decide whether to run code coverage or not
61
if: ${{ matrix.php-versions != '7.4' || matrix.operating-system != 'ubuntu-latest' }}
62
run: |
63
- echo "NO_COVERAGE=--no-coverage" >> $GITHUB_ENV
+ echo "NO_COVERAGE=--no-coverage" >> "$GITHUB_ENV"
64
65
- name: Run unit tests
66
phpunit.xml
@@ -16,7 +16,7 @@
16
<logging/>
17
<source>
18
<include>
19
- <directory suffix=".php">./lib</directory>
+ <directory suffix=".php">./src</directory>
20
</include>
21
</source>
22
</phpunit>
0 commit comments