Skip to content

Commit 7ef4dd8

Browse files
alejoberardinojustinkaseman
authored andcommitted
Override commit in codecov actions to use PR merge commit (#1430)
1 parent 8b58abd commit 7ef4dd8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
with:
3939
flags: integration
4040
fail_ci_if_error: true
41+
override_commit: ${{ github.sha }} # PR merge commit, what checkout@v2 uses by default
4142

4243
run-unit-tests:
4344
name: Run unit tests
@@ -56,6 +57,7 @@ jobs:
5657
with:
5758
flags: unit
5859
fail_ci_if_error: true
60+
override_commit: ${{ github.sha }} # PR merge commit, what checkout@v2 uses by default
5961

6062
run-basic-checks:
6163
name: Run linters and unit tests

0 commit comments

Comments
 (0)