Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PM-11764] Implement account switching and sdk initialization #1116

Merged

refactor: replace `pub(crate)` with `::new()`

fe72f34
Select commit
Loading
Failed to load commit list.
Merged

[PM-11764] Implement account switching and sdk initialization #1116

refactor: replace `pub(crate)` with `::new()`
fe72f34
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Oct 14, 2024 in 0s

0.00% of diff hit (target 58.34%)

View this Pull Request on Codecov

0.00% of diff hit (target 58.34%)

Annotations

Check warning on line 21 in crates/bitwarden-core/src/mobile/crypto.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-core/src/mobile/crypto.rs#L21

Added line #L21 was not covered by tests

Check warning on line 36 in crates/bitwarden-core/src/mobile/crypto.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-core/src/mobile/crypto.rs#L36

Added line #L36 was not covered by tests

Check warning on line 80 in crates/bitwarden-core/src/mobile/crypto.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-core/src/mobile/crypto.rs#L80

Added line #L80 was not covered by tests

Check warning on line 193 in crates/bitwarden-core/src/mobile/crypto.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-core/src/mobile/crypto.rs#L193

Added line #L193 was not covered by tests

Check warning on line 21 in crates/bitwarden-crypto/src/keys/master_key.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-crypto/src/keys/master_key.rs#L21

Added line #L21 was not covered by tests

Check warning on line 18 in crates/bitwarden-vault/src/folder.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-vault/src/folder.rs#L18

Added line #L18 was not covered by tests

Check warning on line 28 in crates/bitwarden-vault/src/folder.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-vault/src/folder.rs#L28

Added line #L28 was not covered by tests

Check warning on line 62 in crates/bitwarden-wasm-internal/src/client.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-wasm-internal/src/client.rs#L60-L62

Added lines #L60 - L62 were not covered by tests

Check warning on line 66 in crates/bitwarden-wasm-internal/src/client.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-wasm-internal/src/client.rs#L64-L66

Added lines #L64 - L66 were not covered by tests

Check warning on line 17 in crates/bitwarden-wasm-internal/src/crypto.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-wasm-internal/src/crypto.rs#L15-L17

Added lines #L15 - L17 were not covered by tests

Check warning on line 20 in crates/bitwarden-wasm-internal/src/crypto.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-wasm-internal/src/crypto.rs#L20

Added line #L20 was not covered by tests

Check warning on line 26 in crates/bitwarden-wasm-internal/src/crypto.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-wasm-internal/src/crypto.rs#L24-L26

Added lines #L24 - L26 were not covered by tests

Check warning on line 32 in crates/bitwarden-wasm-internal/src/crypto.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-wasm-internal/src/crypto.rs#L30-L32

Added lines #L30 - L32 were not covered by tests

Check warning on line 20 in crates/bitwarden-wasm-internal/src/error.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-wasm-internal/src/error.rs#L18-L20

Added lines #L18 - L20 were not covered by tests

Check warning on line 26 in crates/bitwarden-wasm-internal/src/error.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-wasm-internal/src/error.rs#L24-L26

Added lines #L24 - L26 were not covered by tests

Check warning on line 15 in crates/bitwarden-wasm-internal/src/vault/folders.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-wasm-internal/src/vault/folders.rs#L13-L15

Added lines #L13 - L15 were not covered by tests

Check warning on line 18 in crates/bitwarden-wasm-internal/src/vault/folders.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-wasm-internal/src/vault/folders.rs#L18

Added line #L18 was not covered by tests

Check warning on line 23 in crates/bitwarden-wasm-internal/src/vault/folders.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-wasm-internal/src/vault/folders.rs#L21-L23

Added lines #L21 - L23 were not covered by tests

Check warning on line 16 in crates/bitwarden-wasm-internal/src/vault/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-wasm-internal/src/vault/mod.rs#L14-L16

Added lines #L14 - L16 were not covered by tests

Check warning on line 19 in crates/bitwarden-wasm-internal/src/vault/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-wasm-internal/src/vault/mod.rs#L19

Added line #L19 was not covered by tests

Check warning on line 23 in crates/bitwarden-wasm-internal/src/vault/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-wasm-internal/src/vault/mod.rs#L21-L23

Added lines #L21 - L23 were not covered by tests