Skip to content

Commit e620b7e

Browse files
authored
Merge pull request #326 from LordMike/patch-1
Expand MergeWith documentation
2 parents 8e618c3 + 65feb6a commit e620b7e

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 `result.json` will be read, and added to the new results written to by Coverlet.
308308
309309
#### Threshold
310310

0 commit comments

Comments
 (0)