ci: Checkout head ref instead of merge commit for coverage
… this *should* fix bogus coverage change reporting.
This commit is contained in:
committed by
Damir Jelić
parent
054dfa98a0
commit
1fea48359d
@@ -18,6 +18,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
|
||||
- name: Install Rust
|
||||
uses: actions-rs/toolchain@v1
|
||||
|
||||
Reference in New Issue
Block a user