ci: Checkout head ref instead of merge commit for coverage

… this *should* fix bogus coverage change reporting.
This commit is contained in:
Jonas Platte
2022-08-04 18:33:20 +02:00
committed by Damir Jelić
parent 054dfa98a0
commit 1fea48359d
+2
View File
@@ -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