Skip to content

Commit ef44791

Browse files
committed
Disable DHAT tests under Tarpaulin
1 parent 53e07aa commit ef44791

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-suite.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ jobs:
5959
- name: Install cargo-tarpaulin
6060
uses: taiki-e/install-action@cargo-tarpaulin
6161
- name: Check code coverage with cargo-tarpaulin
62-
run: cargo-tarpaulin --workspace --all-features --out xml
62+
# Using --lib to avoid DHAT issues
63+
run: cargo-tarpaulin --workspace --all-features --out xml --lib
6364
- name: Upload to codecov.io
6465
uses: codecov/codecov-action@v4
6566
with:

0 commit comments

Comments
 (0)