We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f976781 commit ab8fcf2Copy full SHA for ab8fcf2
.github/workflows/tests.yml
@@ -44,6 +44,7 @@ jobs:
44
name: Push coverage to codecov
45
with:
46
token: ${{ secrets.CODECOV_TOKEN }}
47
+ file: ./clover.xml
48
flags: unittests
49
name: codecov-umbrella
50
fail_ci_if_error: true
phpunit.xml.dist
@@ -22,4 +22,7 @@
22
</whitelist>
23
</filter>
24
25
+ <logging>
26
+ <log type="coverage-clover" target="clover.xml"/>
27
+ </logging>
28
</phpunit>
0 commit comments