< Back

Get-CoverallsPercentage

Sun Jan 19, 2020 6:35 pm

NAME Get-CoverallsPercentage



SYNOPSIS

Retrieves the Coverage Percentage of a Reportisory from Coveralls.io





SYNTAX

Get-CoverallsPercentage [-Username] <String> [-RepoName] <String> [[-SourceControl] <Object>]

[[-CoverallsEndpoint] <String>] [<CommonParameters>]





DESCRIPTION

Retrieves the Coverage Percentage of a Reportisory from Coveralls.io





PARAMETERS

-Username <String>

The Username of whom owns the Repository



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-RepoName <String>

The Name of the Reportisory



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-SourceControl <Object>

Which source control the Repository is stored in



Required? false

Position? 3

Default value github

Accept pipeline input? false

Accept wildcard characters? false



-CoverallsEndpoint <String>

A custom endpoint for Coveralls.io



Required? false

Position? 4

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

System.Double





-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-CoverallsPercentage -Username 'username' -RepoName 'repo-name'













-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Get-CoverallsPercentage -Username 'username' -RepoName 'repo-name' -SourceControl 'gitlab'















RELATED LINKS