OSDN Git Service

コードカバレッジの取得に失敗する問題の修正
authorKimura Youichi <kim.upsilon@bucyou.net>
Sun, 22 Sep 2019 23:28:00 +0000 (08:28 +0900)
committerKimura Youichi <kim.upsilon@bucyou.net>
Sun, 22 Sep 2019 23:33:10 +0000 (08:33 +0900)
appveyor.yml

index 3b0402a..0558420 100644 (file)
@@ -22,7 +22,7 @@ before_build:
   - choco install opencover.portable
 
 test_script:
-  - OpenCover.Console.exe -register:user -target:"%xunit20%\xunit.console.x86.exe" -targetargs:".\OpenTween.Tests\bin\Debug\net472\OpenTween.Tests.dll -noshadow -appveyor" -filter:"+[OpenTween*]* -[OpenTween.Tests]*" -excludebyfile:"*.Designer.cs" -skipautoprops -hideskipped:All -returntargetcode -output:coverage.xml
+  - OpenCover.Console.exe -register -target:"%xunit20%\xunit.console.exe" -targetargs:".\OpenTween.Tests\bin\Debug\net472\OpenTween.Tests.dll -noshadow -appveyor" -filter:"+[OpenTween*]* -[OpenTween.Tests]*" -excludebyfile:"*.Designer.cs" -skipautoprops -hideskipped:All -returntargetcode -output:coverage.xml
 
 after_test:
   - npm install codecov --save