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

Add run_command_async #993

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

Pass `CancellationToken` to `SetCancelled`

ec3004d
Select commit
Loading
Failed to load commit list.
Open

Add run_command_async #993

Pass `CancellationToken` to `SetCancelled`
ec3004d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Sep 5, 2024 in 1s

0.00% of diff hit (target 57.98%)

View this Pull Request on Codecov

0.00% of diff hit (target 57.98%)

Annotations

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-c/src/c.rs#L39-L57

Added lines #L39 - L57 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-c/src/c.rs#L61-L72

Added lines #L61 - L72 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L74 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L76 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-c/src/c.rs#L108-L112

Added lines #L108 - L112 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-c/src/c.rs#L115-L117

Added lines #L115 - L117 were not covered by tests

Check warning on line 29 in crates/bitwarden-core/src/platform/client_platform.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-core/src/platform/client_platform.rs#L29

Added line #L29 was not covered by tests

Check warning on line 39 in crates/bitwarden-core/src/platform/client_platform.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-core/src/platform/client_platform.rs#L32-L39

Added lines #L32 - L39 were not covered by tests

Check warning on line 42 in crates/bitwarden-core/src/platform/client_platform.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-core/src/platform/client_platform.rs#L42

Added line #L42 was not covered by tests

Check warning on line 48 in crates/bitwarden-core/src/platform/client_platform.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-core/src/platform/client_platform.rs#L45-L48

Added lines #L45 - L48 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L102 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-json/src/client.rs#L104-L110

Added lines #L104 - L110 were not covered by tests

Check warning on line 195 in crates/bitwarden-json/src/command.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-json/src/command.rs#L195

Added line #L195 was not covered by tests