Skip to content

Commit e8348f0

Browse files
authored
Expand MergeWith documentation
Fixes #325
1 parent 8e618c3 commit e8348f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ With Coverlet you can combine the output of multiple coverage runs into a single
304304
dotnet test /p:CollectCoverage=true /p:MergeWith='/path/to/result.json'
305305
```
306306
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 the file will be read, and added to the new results written to by coverlet.
308308
309309
#### Threshold
310310

0 commit comments

Comments
 (0)