Skip to content

Commit d380734

Browse files
author
Steve Peak
committed
now on master branch
1 parent ec13367 commit d380734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ If you use a CI, such as AppVeyor for example, you need to modify the 'after_tes
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
6767
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
68-
- pip install git+git://github.com/codecov/codecov-python.git@wip/1.3.0
68+
- pip install git+git://github.com/codecov/codecov-python.git
6969
- codecov -f "MyProject_coverage.xml"
7070
```
7171

0 commit comments

Comments
 (0)