feat: add utility to test keychains persistence #10
Annotations
6 errors and 4 warnings
|
missing documentation for a function:
wallet/src/persist_test_utils.rs#L203
error: missing documentation for a function
--> wallet/src/persist_test_utils.rs:203:1
|
203 | / pub fn persist_keychains<Db, CreateDb>(filename: &str, create_db: CreateDb)
204 | | where
205 | | CreateDb: Fn(&Path) -> anyhow::Result<Db>,
206 | | Db: WalletPersister,
207 | | Db::Error: Debug,
| |_____________________^
|
|
missing documentation for a function:
wallet/src/persist_test_utils.rs#L173
error: missing documentation for a function
--> wallet/src/persist_test_utils.rs:173:1
|
173 | / pub fn persist_network<Db, CreateDb>(filename: &str, create_db: CreateDb)
174 | | where
175 | | CreateDb: Fn(&Path) -> anyhow::Result<Db>,
176 | | Db: WalletPersister,
177 | | Db::Error: Debug,
| |_____________________^
|
|
missing documentation for a function:
wallet/src/persist_test_utils.rs#L38
error: missing documentation for a function
--> wallet/src/persist_test_utils.rs:38:1
|
38 | / pub fn persist_wallet_changeset<Db, CreateDb>(filename: &str, create_db: CreateDb)
39 | | where
40 | | CreateDb: Fn(&Path) -> anyhow::Result<Db>,
41 | | Db: WalletPersister,
42 | | Db::Error: Debug,
| |_____________________^
|
|
missing documentation for a function:
wallet/src/persist_test_utils.rs#L23
error: missing documentation for a function
--> wallet/src/persist_test_utils.rs:23:1
|
23 | pub fn create_one_inp_one_out_tx(txid: Txid, amount: u64) -> Transaction {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
missing documentation for a constant:
wallet/src/persist_test_utils.rs#L16
error: missing documentation for a constant
--> wallet/src/persist_test_utils.rs:16:1
|
16 | pub const DESCRIPTORS: [&str; 4] = [
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
missing documentation for a module:
wallet/src/lib.rs#L36
error: missing documentation for a module
--> wallet/src/lib.rs:36:1
|
36 | pub mod persist_test_utils;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `-D missing-docs` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(missing_docs)]`
|
|
Code Coverage
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Code Coverage
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Code Coverage
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Code Coverage
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
coverage-report
Expired
|
454 KB |
sha256:be6aa39eb4991839f4e24c646cbb6e8ab7955baafe65ad94b8d6e0e44751bf9c
|
|