Skip to content

Commit

Permalink
Running functional testes out of OpenCover process.
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomelli committed Jul 20, 2016
1 parent 3cea106 commit 44bae37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ after_build:
test_script:
- ps: >-
.nunit3-console.exe "src\TaskManager.FunctionalTests\bin\$env:CONFIGURATION\TaskManager.FunctionalTests.dll"
.\src\packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -register:user -target:nunit3-console.exe -register:user "-targetargs:""src\TaskManager.UnitTests\bin\$env:CONFIGURATION\TaskManager.UnitTests.dll"" " -filter:"+[TaskManager]*" -output:opencoverCoverage.xml
Expand Down

0 comments on commit 44bae37

Please sign in to comment.