Skip to content

Commit

Permalink
pathing fix attempt #3
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkis117 committed Dec 12, 2016
1 parent 08d276f commit 24ec2d2
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 @@ -11,8 +11,8 @@ install:
build_script:
- ps: ./Build.ps1
test_script:
- nuget.exe install OpenCover -ExcludeVersion
- cd .\test\MimeDetective.Tests
- nuget.exe install OpenCover -ExcludeVersion
- OpenCover\tools\OpenCover.Console.exe -register:user -filter:"+[MimeDetective]*" -target:"dotnet.exe" "-targetargs:test -returntargetcode -hideskipped:All -output:coverage.xml
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
- pip install codecov
Expand Down

0 comments on commit 24ec2d2

Please sign in to comment.