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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ This might be useful if you need a single report, but your chosen reporter gener
41
41
To merge CTRF reports in a specified directory, use the following command:
42
42
43
43
```sh
44
-
npx ctrf-cli@0.0.3 merge <directory>
44
+
npx ctrf-cli@0.0.4 merge <directory>
45
45
```
46
46
47
47
Replace `directory` with the path to the directory containing the CTRF reports you want to merge. Your merged report will be saved as `ctrf-report.json` in the same directory by default.
@@ -52,26 +52,26 @@ Replace `directory` with the path to the directory containing the CTRF reports y
0 commit comments