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-1724] Sqlite WASM #924

Open
wants to merge 52 commits into
base: main
Choose a base branch
from

Bump wasm bindgen

05f6407
Select commit
Loading
Failed to load commit list.
Open

[PM-1724] Sqlite WASM #924

Bump wasm bindgen
05f6407
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Aug 13, 2024 in 1s

81.08% of diff hit (target 58.45%)

View this Pull Request on Codecov

81.08% of diff hit (target 58.45%)

Annotations

Check warning on line 27 in crates/bitwarden-c/src/c.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-c/src/c.rs#L27

Added line #L27 was not covered by tests

Check warning on line 31 in crates/bitwarden-c/src/c.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-c/src/c.rs#L31

Added line #L31 was not covered by tests

Check warning on line 36 in crates/bitwarden-c/src/c.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-c/src/c.rs#L36

Added line #L36 was not covered by tests

Check warning on line 97 in crates/bitwarden-core/src/client/client.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-core/src/client/client.rs#L97

Added line #L97 was not covered by tests

Check warning on line 102 in crates/bitwarden-core/src/client/client.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-core/src/client/client.rs#L102

Added line #L102 was not covered by tests

Check warning on line 27 in crates/bitwarden-core/src/util.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-core/src/util.rs#L27

Added line #L27 was not covered by tests

Check warning on line 6 in crates/bitwarden-db-tests/bin/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-db-tests/bin/main.rs#L4-L6

Added lines #L4 - L6 were not covered by tests

Check warning on line 18 in crates/bitwarden-db-tests/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-db-tests/src/lib.rs#L12-L18

Added lines #L12 - L18 were not covered by tests

Check warning on line 21 in crates/bitwarden-db-tests/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-db-tests/src/lib.rs#L20-L21

Added lines #L20 - L21 were not covered by tests

Check warning on line 25 in crates/bitwarden-db-tests/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-db-tests/src/lib.rs#L23-L25

Added lines #L23 - L25 were not covered by tests

Check warning on line 27 in crates/bitwarden-db-tests/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-db-tests/src/lib.rs#L27

Added line #L27 was not covered by tests

Check warning on line 31 in crates/bitwarden-db-tests/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-db-tests/src/lib.rs#L29-L31

Added lines #L29 - L31 were not covered by tests

Check warning on line 40 in crates/bitwarden-db-tests/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-db-tests/src/lib.rs#L33-L40

Added lines #L33 - L40 were not covered by tests

Check warning on line 52 in crates/bitwarden-db-tests/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-db-tests/src/lib.rs#L48-L52

Added lines #L48 - L52 were not covered by tests

Check warning on line 65 in crates/bitwarden-db-tests/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-db-tests/src/lib.rs#L54-L65

Added lines #L54 - L65 were not covered by tests

Check warning on line 5 in crates/bitwarden-db/src/error.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-db/src/error.rs#L5

Added line #L5 was not covered by tests

Check warning on line 8 in crates/bitwarden-db/src/migrator.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-db/src/migrator.rs#L8

Added line #L8 was not covered by tests

Check warning on line 39 in crates/bitwarden-db/src/migrator.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-db/src/migrator.rs#L36-L39

Added lines #L36 - L39 were not covered by tests

Check warning on line 48 in crates/bitwarden-db/src/migrator.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-db/src/migrator.rs#L48

Added line #L48 was not covered by tests

Check warning on line 58 in crates/bitwarden-db/src/migrator.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-db/src/migrator.rs#L58

Added line #L58 was not covered by tests

Check warning on line 64 in crates/bitwarden-db/src/migrator.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-db/src/migrator.rs#L62-L64

Added lines #L62 - L64 were not covered by tests

Check warning on line 103 in crates/bitwarden-db/src/sqlite.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-db/src/sqlite.rs#L100-L103

Added lines #L100 - L103 were not covered by tests

Check warning on line 105 in crates/bitwarden-db/src/sqlite.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-db/src/sqlite.rs#L105

Added line #L105 was not covered by tests

Check warning on line 17 in crates/bitwarden-json/src/client.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-json/src/client.rs#L17

Added line #L17 was not covered by tests

Check warning on line 19 in crates/bitwarden-json/src/client.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-json/src/client.rs#L19

Added line #L19 was not covered by tests