|
Ran
|
Jobs
1
|
Files
52
|
Run time
1min
|
Badge
README BADGES
|
push
github
Merge bitcoindevkit/bdk#1738: test(core): add unit tests for `merge` trait fcc0a3409 test: add tests for trait of operations on various data structures, including conflict scenarios and checking for empty structures (pluveto) Pull request description: ### Description This update adds unit tests for the `Merge` trait implementations on `BTreeMap`, `BTreeSet`, `Vec`, and tuples. It also includes tests for the `is_empty` and `take` methods to ensure their correct functionality. ### Notes to the Reviewers - The tests cover basic scenarios for merging collections and checking their emptiness. - Consider the potential method name conflict with `BTreeSet`'s existing `take` method. ### Changelog Notice - Added unit tests for merging functionality and utility methods (`is_empty`, `take`) on various collection types. ### Checklists #### All Submissions: * [x] I've signed all my commits. * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md). * [x] I ran `cargo fmt` and `cargo clippy` before committing. Top commit has no ACKs. Tree-SHA512: fdcd67ca9333696c61a493741e99e6c7588
12142 of 14104 relevant lines covered (86.09%)
22243.6 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 13141080503.1 | 52 |
86.09 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|