Skip to content

Commit

Permalink
Removing used temps debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
jpjoux committed Feb 15, 2018
1 parent 80c1911 commit 651343d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,5 @@ environment:
secure: L4yjC/ST1vT5qUl7/LnE57sZRYp9+yc68lL9GjYuPUC35peUxK3PHo9E+TyzBTNF

after_test:
- more .\TestResult.xml
- OpenCover.4.6.519\tools\OpenCover.Console.exe -target:"NUnit.ConsoleRunner.3.8.0\tools\nunit3-console.exe" -targetargs:"--result nunit2 csharp-metar-decoder-tests\bin\Release\csharp-metar-decoder-tests.dll" -returntargetcode:10000 -log:All -register:Path32 -output:".\cover_results.xml"
- dir /s
- more .\cover_results.xml
- coveralls.net.0.412\tools\csmacnz.Coveralls.exe --opencover -i .\cover_results.xml

0 comments on commit 651343d

Please sign in to comment.