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/project succeeded Oct 14, 2024 in 0s

58.18% (-0.17%) compared to 43e5ae9

View this Pull Request on Codecov

58.18% (-0.17%) compared to 43e5ae9

Details

Codecov Report

Attention: Patch coverage is 0% with 43 lines in your changes missing coverage. Please review.

Project coverage is 58.18%. Comparing base (43e5ae9) to head (fe72f34).

Files with missing lines Patch % Lines
crates/bitwarden-wasm-internal/src/crypto.rs 0.00% 10 Missing ⚠️
...rates/bitwarden-wasm-internal/src/vault/folders.rs 0.00% 7 Missing ⚠️
crates/bitwarden-wasm-internal/src/vault/mod.rs 0.00% 7 Missing ⚠️
crates/bitwarden-wasm-internal/src/client.rs 0.00% 6 Missing ⚠️
crates/bitwarden-wasm-internal/src/error.rs 0.00% 6 Missing ⚠️
crates/bitwarden-core/src/mobile/crypto.rs 0.00% 4 Missing ⚠️
crates/bitwarden-vault/src/folder.rs 0.00% 2 Missing ⚠️
crates/bitwarden-crypto/src/keys/master_key.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1116      +/-   ##
==========================================
- Coverage   58.34%   58.18%   -0.17%     
==========================================
  Files         193      197       +4     
  Lines       13541    13584      +43     
==========================================
+ Hits         7901     7904       +3     
- Misses       5640     5680      +40     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.