Skip to content

Commit c93528c

Browse files
committed
Update rearme.md with Python uploader instructions
Update rearme.md with Python uploader instructions. Previous bash instructions out of date. This was tested against AppVeyor CI.
1 parent 63cd0d5 commit c93528c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,13 @@ If you use a CI, such as AppVeyor for example, you need to modify the 'after_tes
6464
``` YAML
6565
after_test:
6666
- .\packages\OpenCover.4.5.3522\OpenCover.Console.exe -register:user -target:"C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\MSTest.exe" -targetargs:"/noresults /noisolation /testcontainer:"".\MyProject Unit Tests\bin\Debug\MyProject.UnitTests.dll" -filter:"+[MyProject]* -[MyProject]MyProject.Properties.*" -excludebyattribute:*.ExcludeFromCodeCoverage* -hideskipped:All -output:.\MyProject_coverage.xml
67-
- bash <(curl https://codecov.io/bash)
67+
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
68+
- pip install git+git://github.com/codecov/codecov-python.git@wip/1.3.0
69+
- codecov -f "MyProject_coverage.xml"
6870
```
6971
7072
[1]: https://codecov.io/
7173
[2]: https://twitter.com/codecov
7274
[3]: mailto:hello@codecov.io
7375
[4]: https://github.com/codecov/codecov-bash
74-
[5]: https://www.nuget.org/packages/OpenCover/
76+
[5]: https://www.nuget.org/packages/OpenCover/

0 commit comments

Comments
 (0)