Skip to content

Commit

Permalink
fixing codecov integration, i.e. code test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkis117 authored Dec 13, 2016
1 parent 4fc0c44 commit 895344b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build_script:
- ps: ./Build.ps1
test_script:
- nuget.exe install OpenCover -ExcludeVersion
- OpenCover\tools\OpenCover.Console.exe -register:user -filter:"+[Mime-Detective]*" -target:"dotnet.exe" "-targetargs:test .\test\Mime-Detective.Tests" -returntargetcode -hideskipped:All -output:coverage.xml
- OpenCover\tools\OpenCover.Console.exe -register:user -target:"dotnet.exe" "-targetargs:test .\test\Mime-Detective.Tests" -returntargetcode -hideskipped:All -output:coverage.xml
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
- pip install codecov
- codecov -f "coverage.xml"
Expand All @@ -32,4 +32,4 @@ deploy:
artifact: /Mime-Detective.*\.nupkg/
tag: v$(appveyor_build_version)
on:
branch: master
branch: master

0 comments on commit 895344b

Please sign in to comment.