Skip to content

Commit

Permalink
Fix coverage diffs for PRs that aren't up to date, take 3 (#2294)
Browse files Browse the repository at this point in the history
  • Loading branch information
robintown authored Apr 13, 2022
1 parent 54661cc commit 9aab917
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ jobs:
with:
fail_ci_if_error: false
verbose: true
override_commit: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || '' }}

0 comments on commit 9aab917

Please sign in to comment.