Skip to content

Commit 9aab917

Browse files
authored
Fix coverage diffs for PRs that aren't up to date, take 3 (#2294)
1 parent 54661cc commit 9aab917

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test_coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ jobs:
2929
with:
3030
fail_ci_if_error: false
3131
verbose: true
32+
override_commit: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || '' }}

0 commit comments

Comments
 (0)