feat: add utility fn to test network persistence #9
Annotations
4 errors and 4 warnings
|
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#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:1e58fdaf9132dd86c1796562f7d65beb8c599b6271bae4a2c1bc2205b815c9ed
|
|