Improved coverage

This commit is contained in:
veeso
2021-04-05 09:59:10 +02:00
parent 9776ecbe60
commit 7676e6e3a1
11 changed files with 57 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ pub struct KeyringStorage {
username: String,
}
#[cfg(not(tarpaulin_include))]
impl KeyringStorage {
/// ### new
///
@@ -50,6 +51,7 @@ impl KeyringStorage {
}
}
#[cfg(not(tarpaulin_include))]
impl KeyStorage for KeyringStorage {
/// ### get_key
///