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

WIP attachment export #255

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Add regular export functionality to export

e4c4b70
Select commit
Loading
Failed to load commit list.
Draft

WIP attachment export #255

Add regular export functionality to export
e4c4b70
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Sep 19, 2024 in 1s

0.00% of diff hit (target 59.44%)

View this Pull Request on Codecov

0.00% of diff hit (target 59.44%)

Annotations

Check warning on line 68 in crates/bitwarden-uniffi/src/tool/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-uniffi/src/tool/mod.rs#L68

Added line #L68 was not covered by tests

Check warning on line 85 in crates/bitwarden-uniffi/src/tool/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-uniffi/src/tool/mod.rs#L85

Added line #L85 was not covered by tests

Check warning on line 35 in crates/bitwarden/src/tool/exporters/client_exporter.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden/src/tool/exporters/client_exporter.rs#L33-L35

Added lines #L33 - L35 were not covered by tests

Check warning on line 39 in crates/bitwarden/src/tool/exporters/client_exporter.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden/src/tool/exporters/client_exporter.rs#L39

Added line #L39 was not covered by tests

Check warning on line 91 in crates/bitwarden/src/tool/exporters/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden/src/tool/exporters/mod.rs#L85-L91

Added lines #L85 - L91 were not covered by tests

Check warning on line 93 in crates/bitwarden/src/tool/exporters/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden/src/tool/exporters/mod.rs#L93

Added line #L93 was not covered by tests

Check warning on line 95 in crates/bitwarden/src/tool/exporters/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden/src/tool/exporters/mod.rs#L95

Added line #L95 was not covered by tests

Check warning on line 98 in crates/bitwarden/src/tool/exporters/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden/src/tool/exporters/mod.rs#L97-L98

Added lines #L97 - L98 were not covered by tests

Check warning on line 103 in crates/bitwarden/src/tool/exporters/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden/src/tool/exporters/mod.rs#L100-L103

Added lines #L100 - L103 were not covered by tests

Check warning on line 106 in crates/bitwarden/src/tool/exporters/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden/src/tool/exporters/mod.rs#L105-L106

Added lines #L105 - L106 were not covered by tests

Check warning on line 110 in crates/bitwarden/src/tool/exporters/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden/src/tool/exporters/mod.rs#L108-L110

Added lines #L108 - L110 were not covered by tests

Check warning on line 114 in crates/bitwarden/src/tool/exporters/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden/src/tool/exporters/mod.rs#L113-L114

Added lines #L113 - L114 were not covered by tests

Check warning on line 117 in crates/bitwarden/src/tool/exporters/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden/src/tool/exporters/mod.rs#L117

Added line #L117 was not covered by tests

Check warning on line 119 in crates/bitwarden/src/tool/exporters/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden/src/tool/exporters/mod.rs#L119

Added line #L119 was not covered by tests

Check warning on line 126 in crates/bitwarden/src/tool/exporters/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden/src/tool/exporters/mod.rs#L121-L126

Added lines #L121 - L126 were not covered by tests

Check warning on line 128 in crates/bitwarden/src/tool/exporters/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden/src/tool/exporters/mod.rs#L128

Added line #L128 was not covered by tests

Check warning on line 132 in crates/bitwarden/src/tool/exporters/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden/src/tool/exporters/mod.rs#L130-L132

Added lines #L130 - L132 were not covered by tests

Check warning on line 137 in crates/bitwarden/src/tool/exporters/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden/src/tool/exporters/mod.rs#L136-L137

Added lines #L136 - L137 were not covered by tests

Check warning on line 7 in crates/bitwarden/src/vault/api/attachment.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden/src/vault/api/attachment.rs#L5-L7

Added lines #L5 - L7 were not covered by tests

Check warning on line 23 in crates/bitwarden/src/vault/cipher/attachment.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden/src/vault/cipher/attachment.rs#L23

Added line #L23 was not covered by tests

Check warning on line 52 in crates/bitwarden/src/vault/cipher/attachment.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden/src/vault/cipher/attachment.rs#L48-L52

Added lines #L48 - L52 were not covered by tests

Check warning on line 60 in crates/bitwarden/src/vault/cipher/attachment.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden/src/vault/cipher/attachment.rs#L54-L60

Added lines #L54 - L60 were not covered by tests

Check warning on line 64 in crates/bitwarden/src/vault/cipher/attachment.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden/src/vault/cipher/attachment.rs#L62-L64

Added lines #L62 - L64 were not covered by tests

Check warning on line 67 in crates/bitwarden/src/vault/cipher/attachment.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden/src/vault/cipher/attachment.rs#L66-L67

Added lines #L66 - L67 were not covered by tests

Check warning on line 69 in crates/bitwarden/src/vault/cipher/attachment.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden/src/vault/cipher/attachment.rs#L69

Added line #L69 was not covered by tests