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 f279ef9 commit 17a6016Copy full SHA for 17a6016
appveyor.yml
@@ -1,8 +1,11 @@
1
version: 1.0.{build}
2
+before_build:
3
+ - nuget restore
4
build:
5
+ project: CodeCoveProject.sln
6
verbosity: minimal
7
after_test:
8
- packages\OpenCover.4.6.166\tools\OpenCover.Console.exe -register:user -target:"C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\MSTest.exe" -targetargs:"/noresults /noisolation /testcontainer:"".\MyUnitTests\bin\Debug\MyUnitTests.dll" -excludebyattribute:*.ExcludeFromCodeCoverage* -hideskipped:All -output:.\MyProject_coverage.xml
9
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
10
- pip install codecov
- - codecov -f "MyProject_coverage.xml"
11
+ - codecov -f "MyProject_coverage.xml"
0 commit comments