Skip to content

Commit 65feb6a

Browse files
tonerdoLordMike
andauthored
Be more explicit on filename
Co-Authored-By: LordMike <[email protected]>
1 parent dc3144a commit 65feb6a

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. The results in the file will be read, and added to the new results written to by Coverlet.
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)