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 972553c commit 8aad8a1Copy full SHA for 8aad8a1
1 file changed
.github/workflows/continuous-integration.yml
@@ -81,3 +81,7 @@ jobs:
81
with:
82
name: "phpunit-${{ matrix.php-version }}-${{ matrix.deps }}-${{ hashFiles('composer.lock') }}.coverage"
83
path: "coverage.xml"
84
+
85
+ - uses: codecov/codecov-action@v1
86
+ with:
87
+ verbose: true
0 commit comments