Skip to content

Commit

Permalink
fix check description
Browse files Browse the repository at this point in the history
  • Loading branch information
iyabchen committed Feb 7, 2025
1 parent 3920e2f commit 4fa38b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/magician/cmd/test_terraform_vcr.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ func mergeCovData(rnr ExecRunner, commitSha string, buildID string, prNumber str
if err := gh.PostComment(prNumber, out); err != nil {
return fmt.Errorf("error posting comment: %w", err)
}
if err := gh.PostBuildStatus(prNumber, "VCR-test", "pending", covURL, commitSha); err != nil {
if err := gh.PostBuildStatus(prNumber, "test-cov", "success", covURL, commitSha); err != nil {
return fmt.Errorf("error posting pending status: %w", err)
}
return nil
Expand Down

0 comments on commit 4fa38b5

Please sign in to comment.