markekraus / PSMSGraph

A PowerShell module for the Microsoft Graph API
MIT License
82 stars 21 forks source link

100% Code Coverage for Import-GraphApplication #19

Open markekraus opened 7 years ago

markekraus commented 7 years ago

Code coverage report: Covered 64.71 % of 17 analyzed Commands in Import-GraphApplication Missed commands:

Line Command
75 $ImportFiles = $LiteralPath
76 $ImportParam = 'LiteralPath'
89 $ErrorMessage = "Unable to import from '{0}': {1}" -f @( ...
90 $ImportFile
91 $_.Exception.Message
93 Write-Error $ErrorMessage