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

Adjust migrator syntax

914f016
Select commit
Loading
Failed to load commit list.
Open

[PM-1724] Sqlite WASM #924

Adjust migrator syntax
914f016
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Sep 19, 2024 in 0s

80.32% of diff hit (target 57.96%)

View this Pull Request on Codecov

80.32% of diff hit (target 57.96%)

Annotations

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L42 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-c/src/c.rs#L51-L52

Added lines #L51 - L52 were 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 19 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#L17-L19

Added lines #L17 - L19 were 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#L22-L31

Added lines #L22 - L31 were not covered by tests

Check warning on line 37 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-L37

Added lines #L33 - L37 were not covered by tests

Check warning on line 41 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#L39-L41

Added lines #L39 - L41 were not covered by tests

Check warning on line 43 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#L43

Added line #L43 was not covered by tests

Check warning on line 47 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#L45-L47

Added lines #L45 - L47 were not covered by tests

Check warning on line 56 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#L49-L56

Added lines #L49 - L56 were not covered by tests

Check warning on line 68 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#L64-L68

Added lines #L64 - L68 were not covered by tests

Check warning on line 81 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#L70-L81

Added lines #L70 - L81 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 57 in crates/bitwarden-db/src/migrator.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L57 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added lines #L60 - L62 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 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

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L21 was not covered by tests