Skip to content

Commit d91e05e

Browse files
CodeYogiCoclaude
andcommitted
chore: add startup log line to trigger PR coverage comment
Touches an executed line in Run() so the dogfooded pr-code-coverage workflow has a covered Go change to report on. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 6c4650d commit d91e05e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

internal/plugin/runner.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ func NewRunner() *DefaultRunner {
2828
// nolint: gocyclo
2929
func (*DefaultRunner) Run(propertyGetter func(string) (string, bool), changedSourceLinesSource io.Reader, reportDefaultOut io.Writer) error {
3030

31+
logrus.Info("starting pull-request-code-coverage run")
32+
3133
rawSourceDirs, found := propertyGetter("PARAMETER_SOURCE_DIRS")
3234
if !found {
3335
return errors.New("Missing property PARAMETER_SOURCE_DIRS")

0 commit comments

Comments
 (0)