Skip to content

Commit d147b37

Browse files
author
Steve Peak
committed
Update readme.md
1 parent ed8acec commit d147b37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ 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-
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
68-
- pip install codecov
69-
- codecov -f "MyProject_coverage.xml"
67+
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
68+
- pip install codecov
69+
- codecov -f "MyProject_coverage.xml"
7070
```
7171
7272
[1]: https://codecov.io/

0 commit comments

Comments
 (0)