Skip to content

Commit

Permalink
exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Jan 13, 2025
1 parent d15d414 commit d3777fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit d3777fd

Please sign in to comment.