Skip to content

Commit

Permalink
Tweak again
Browse files Browse the repository at this point in the history
  • Loading branch information
tghamm committed Dec 22, 2018
1 parent 7481b4d commit f8305a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ build:
verbosity: minimal
test_script:
- ps: >-
.\packages\OpenCover.4.6.166\tools\OpenCover.Console.exe -register:user -target:nunit-console.exe -register:user "-targetargs:""Castle.DynamicLinqQueryBuilder.Tests\bin\$env:CONFIGURATION\Castle.DynamicLinqQueryBuilder.Tests.dll"" /noshadow" -filter:"+[Castle.DynamicLinqQueryBuilder]*" -excludebyattribute:*.ExcludeFromCodeCoverageAttribute -output:opencoverCoverage.xml
.\packages\OpenCover.4.6.166\tools\OpenCover.Console.exe -register:user -target:nunit3-console.exe -register:user "-targetargs:""Castle.DynamicLinqQueryBuilder.Tests\bin\$env:CONFIGURATION\Castle.DynamicLinqQueryBuilder.Tests.dll"" /noshadow" -filter:"+[Castle.DynamicLinqQueryBuilder]*" -excludebyattribute:*.ExcludeFromCodeCoverageAttribute -output:opencoverCoverage.xml
& new-variable -name coveralls -visibility public -value (Resolve-Path ".\packages\coveralls.net.*\tools\csmacnz.Coveralls.exe").ToString()
Expand Down

0 comments on commit f8305a4

Please sign in to comment.