Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion lib/ci/run_ci.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
parameter: [
{ name: 'GITHUB_ORG', value: this.owner },
{ name: 'REPO_NAME', value: this.repo },
{ name: 'GIT_REMOTE_REF', value: `refs/pull/${this.prid}/head` }
{ name: 'GIT_REMOTE_REF', value: `refs/pull/${this.prid}/head` },
{ name: 'COMMIT_SHA_CHECK', value: this.certifySafe }

Check warning on line 66 in lib/ci/run_ci.js

View check run for this annotation

Codecov / codecov/patch

lib/ci/run_ci.js#L65-L66

Added lines #L65 - L66 were not covered by tests
]
}));
return payload;
Expand Down
Loading