Skip to content

Commit 8b92a55

Browse files
committed
Fix "Attempting to handle tarpaulin being signaled" error
cf. xd009642/tarpaulin#1056
1 parent 73f4425 commit 8b92a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codequality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: Generate code coverage
6767
run: |
68-
cargo tarpaulin --verbose --timeout 120 --out Xml --all --release
68+
cargo tarpaulin --verbose --timeout 120 --out Xml --all --release --engine llvm
6969
- name: Upload to codecov.io
7070
uses: codecov/codecov-action@v5
7171
with:

0 commit comments

Comments
 (0)