Skip to content
This repository was archived by the owner on Dec 22, 2019. It is now read-only.

Commit d083dde

Browse files
authored
Update appveyor.yml
1 parent 5875c1b commit d083dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ build:
1818
project: .\UpdateLib\UpdateLib.sln
1919
verbosity: minimal
2020
test_script:
21-
- C:\\projects\\updatelib\\UpdateLib\\packages\\OpenCover.4.6.519\\tools\\OpenCover.Console.exe -register:user -target:nunit3-console.exe -targetargs:"UpdateLib\UpdateLib.Tests\bin\Release\UpdateLib.Tests.dll" -filter:"+[UpdateLib*]*" -output:opencoverCoverage.xml
21+
- C:\\projects\\updatelib\\UpdateLib\\packages\\OpenCover.4.6.519\\tools\\OpenCover.Console.exe -register:user -target:nunit3-console.exe -targetargs:"UpdateLib\UpdateLib.Tests\bin\Release\UpdateLib.Tests.dll" -filter:"+[UpdateLib*]* -[UpdateLib.Tests*]*" -output:opencoverCoverage.xml
2222
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
2323
- pip install codecov
2424
- codecov -f "opencoverCoverage.xml"

0 commit comments

Comments
 (0)