Documentation
¶
Index ¶
Constants ¶
View Source
const (
HTTPResponseCreated = 201
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GithubPullRequest ¶
type GithubPullRequest struct {
// contains filtered or unexported fields
}
func NewGithubPullRequest ¶
func NewGithubPullRequest(apiKey string, apiBaseURL string, pr string, owner string, repo string, httpClient pluginhttp.Client, jsonClient pluginjson.Client) *GithubPullRequest
func (*GithubPullRequest) GetName ¶
func (s *GithubPullRequest) GetName() string
func (*GithubPullRequest) Write ¶
func (s *GithubPullRequest) Write(changedLinesWithCoverage domain.SourceLineCoverageReport) error
type MockReporter ¶
func (*MockReporter) GetName ¶
func (m *MockReporter) GetName() string
func (*MockReporter) Write ¶
func (m *MockReporter) Write(d domain.SourceLineCoverageReport) error
type Reporter ¶
type Reporter interface { Write(domain.SourceLineCoverageReport) error GetName() string }
Click to show internal directories.
Click to hide internal directories.