|
Ran
|
Jobs
1
|
Files
77
|
Run time
1min
|
Badge
README BADGES
|
push
github
feat(iota-sdk-graphql-client): add move_view_call (#516) * feat(iota-sdk-graphql-client): add move_view_call * accept just string instead of value? * add move_view_call to tx builder * bindings format * remove move_view_call() from tx builder, not worth it with a single cmd only * remove unused imports * make bindings * make bindings * Update bindings/python/examples/move_view_call.py Co-authored-by: Thibault Martinez <thibault@iota.org> * simplify * don't ignore release example in fmt commands * accept impl Into<String> instead of String * Update crates/iota-sdk/examples/move_view_call.rs Co-authored-by: Thibault Martinez <thibault@iota.org> * have move_view_call() and move_view_call_json() * address review comments * update test * Make MoveViewArg an Object * rename type_args to type_arguments * rename type_args to type_arguments in MoveViewCallArgs * Simplify MoveViewArg impl for references * accept TypeTag instead of String in move_view_call() * update tests to wait for finalization * remove reference * impl MoveViewArg for vec, array, slice * Revert "impl MoveViewArg for vec, array, slice" This reverts commit cf8141bf9. * another attempt for MoveViewArgList impls * refactor --------- Co-authored-by: Thibault Martinez <thibault@iota.org> Co-authored-by: Chloe Martin <chloedaughterofmars@gmail.com>
116 of 207 new or added lines in 3 files covered. (56.04%)
30 existing lines in 3 files now uncovered.21190 of 25183 relevant lines covered (84.14%)
31219.08 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 28 |
76.39 |
-0.83% | crates/iota-sdk-graphql-client/src/lib.rs |
| 63 |
38.24 |
crates/iota-sdk-graphql-client/src/move_view_call.rs |
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 2 |
61.74 |
-1.74% | crates/iota-sdk-types/src/crypto/move_authenticator.rs |
| 10 |
76.39 |
-0.83% | crates/iota-sdk-graphql-client/src/lib.rs |
| 18 |
55.5 |
0.17% | crates/iota-sdk-transaction-builder/src/builder/mod.rs |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | nextest - 21402341470.1 | 77 |
84.14 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|