Skip to content

Commit

Permalink
Update goveralls.go
Browse files Browse the repository at this point in the history
Co-authored-by: gdm85 <gdm85@users.noreply.github.com>
  • Loading branch information
agamm and gdm85 committed Nov 15, 2020
1 parent f233d1d commit f299bb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions goveralls.go
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ func process() error {
ghHead := ghPR["head"].(map[string]interface{})
head = ghHead["sha"].(string)
} else if prNumber := os.Getenv("CI_EXTERNAL_PULL_REQUEST_IID"); prNumber != "" {
// pull request id from GitHub when building on GitLab
pullRequest = prNumber
}

Expand Down

0 comments on commit f299bb9

Please sign in to comment.