diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index b82673e..839070c 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -31,7 +31,7 @@ jobs: run: cargo install cargo-tarpaulin --locked - name: Run tests - run: cargo tarpaulin --release --workspace --exclude chia-wallet-sdk-napi --all-features --out xml + run: cargo tarpaulin --release --workspace --exclude chia-wallet-sdk-napi --exclude chia-sdk-derive --all-features --out xml - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4.0.1