Skip to content

Commit dbe4896

Browse files
committed
Update readme.md
1 parent 2ade504 commit dbe4896

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
@@ -49,7 +49,7 @@ The PowerShell script contains two lines: one to download Codecov's script and t
4949

5050
```PowerShell
5151
(New-Object System.Net.WebClient).DownloadFile("https://codecov.io/bash", ".\CodecovUploader.sh")
52-
.\CodecovUploader.sh -t <your upload token> -X gcov
52+
.\CodecovUploader.sh -f "MyProject_coverage.xml -t <your upload token> -X gcov
5353
```
5454

5555
Of course, you need to replace the `<your upload token>` with your private Codecov upload token.

0 commit comments

Comments
 (0)