mirror of
https://github.com/veeso/termscp.git
synced 2026-04-15 14:41:34 -07:00
Improved coverage
This commit is contained in:
@@ -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
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user