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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -304,7 +304,7 @@ With Coverlet you can combine the output of multiple coverage runs into a single
304
304
dotnet test /p:CollectCoverage=true /p:MergeWith='/path/to/result.json'
305
305
```
306
306
307
-
The value given to `/p:MergeWith` **must** be a path to Coverlet's own json result format.
307
+
The value given to `/p:MergeWith` **must** be a path to Coverlet's own json result format. The results in`result.json` will be read, and added to the new results written to by Coverlet.
0 commit comments