You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-9Lines changed: 22 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,16 +22,29 @@ Basic configuration for the checkout action works like this:
22
22
```
23
23
IMPORTANT: v1.0.0 currently has NO support for a custom checkout path.
24
24
25
-
You can automatically generate a clover report file with every PHPUnit run by adding the following configuration to your phpunit.xml file:
25
+
You can automatically generate a clover report file with every PHPUnit run by adding specific configuration to your phpunit.xml file. For PHPUnit v9 use something like following:
0 commit comments