We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8307dbc commit c340969Copy full SHA for c340969
.github/workflows/tests.yml
@@ -16,6 +16,8 @@ jobs:
16
php_extensions: mbstring xdebug
17
bootstrap: src/autoload.php
18
args: --coverage-text --coverage-clover=coverage.xml tests
19
+ env:
20
+ XDEBUG_MODE: coverage
21
22
- name: Upload coverage to Codecov
23
uses: codecov/codecov-action@v1
0 commit comments