We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ade504 commit dbe4896Copy full SHA for dbe4896
readme.md
@@ -49,7 +49,7 @@ The PowerShell script contains two lines: one to download Codecov's script and t
49
50
```PowerShell
51
(New-Object System.Net.WebClient).DownloadFile("https://codecov.io/bash", ".\CodecovUploader.sh")
52
-.\CodecovUploader.sh -t <your upload token> -X gcov
+.\CodecovUploader.sh -f "MyProject_coverage.xml -t <your upload token> -X gcov
53
```
54
55
Of course, you need to replace the `<your upload token>` with your private Codecov upload token.
0 commit comments