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 94dcf31 commit ad8197dCopy full SHA for ad8197d
appveyor.yml
@@ -1,5 +1,5 @@
1
image: Visual Studio 2017
2
-configuration: Debug
+configuration: Package
3
platform: Any CPU
4
5
install:
@@ -27,7 +27,7 @@ before_test:
27
- choco install codecov
28
29
test_script:
30
-- OpenCover.Console.exe -register:user -target:"C:\Program Files\dotnet\dotnet.exe" -targetargs:"test" -filter:"+[Unity*]* -[*]*Resources"
+- OpenCover.Console.exe -register:user -target:"C:\Program Files\dotnet\dotnet.exe" -targetargs:"test"
31
32
after_test:
33
- codecov -f "results.xml"
0 commit comments