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 ec13367 commit d380734Copy full SHA for d380734
readme.md
@@ -65,7 +65,7 @@ If you use a CI, such as AppVeyor for example, you need to modify the 'after_tes
65
after_test:
66
- .\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
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
68
-- pip install git+git://github.com/codecov/codecov-python.git@wip/1.3.0
+- pip install git+git://github.com/codecov/codecov-python.git
69
- codecov -f "MyProject_coverage.xml"
70
```
71
0 commit comments