Skip to content

Commit

Permalink
Merge pull request NModbus4#107 from Maxwe11/fix-coverage
Browse files Browse the repository at this point in the history
Fix code coverage
  • Loading branch information
Maxwe11 authored Jun 29, 2016
2 parents 7328fc2 + 6bf498f commit bdef3d6
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 @@ -16,6 +16,6 @@ build:
test_script:
- cd NModbus4.UnitTests
- "SET PATH=C:/Users/appveyor/.nuget/packages/OpenCover/4.6.166/tools;C:/Python34;C:/Python34/Scripts;%PATH%"
- OpenCover.Console.exe -register:user -target:"dotnet.exe" -targetargs:"test" -returntargetcode -filter:"+[NModbus4]*" -excludebyattribute:*.ExcludeFromCodeCoverage* -hideskipped:All -output:./opencover_report.xml
- OpenCover.Console.exe -oldStyle -register:user -target:"dotnet.exe" -targetargs:"test" -returntargetcode -filter:"+[NModbus4]*" -excludebyattribute:*.ExcludeFromCodeCoverage* -hideskipped:All -output:./opencover_report.xml
- pip install codecov
- codecov -f "./opencover_report.xml"

0 comments on commit bdef3d6

Please sign in to comment.