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

fix: stop and delete containers in tokio task #13

Merged
merged 1 commit into from
Jun 29, 2024

fix: stop and delete containers in tokio task

1587dfb
Select commit
Loading
Failed to load commit list.
Merged

fix: stop and delete containers in tokio task #13

fix: stop and delete containers in tokio task
1587dfb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jun 29, 2024 in 0s

0.00% of diff hit (target 0.00%)

View this Pull Request on Codecov

0.00% of diff hit (target 0.00%)

Annotations

Check warning on line 24 in src/callbacks/delete_container.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/callbacks/delete_container.rs#L19-L24

Added lines #L19 - L24 were not covered by tests

Check warning on line 29 in src/callbacks/delete_container.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/callbacks/delete_container.rs#L29

Added line #L29 was not covered by tests

Check warning on line 48 in src/callbacks/delete_container.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/callbacks/delete_container.rs#L36-L48

Added lines #L36 - L48 were not covered by tests

Check warning on line 62 in src/docker/container.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/docker/container.rs#L54-L62

Added lines #L54 - L62 were not covered by tests

Check warning on line 70 in src/docker/container.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/docker/container.rs#L70

Added line #L70 was not covered by tests

Check warning on line 76 in src/docker/container.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/docker/container.rs#L76

Added line #L76 was not covered by tests

Check warning on line 87 in src/docker/container.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/docker/container.rs#L87

Added line #L87 was not covered by tests

Check warning on line 112 in src/docker/container.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/docker/container.rs#L112

Added line #L112 was not covered by tests

Check warning on line 130 in src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main.rs#L127-L130

Added lines #L127 - L130 were not covered by tests

Check warning on line 204 in src/pages/containers.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pages/containers.rs#L204

Added line #L204 was not covered by tests

Check warning on line 268 in src/pages/containers.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pages/containers.rs#L257-L268

Added lines #L257 - L268 were not covered by tests

Check warning on line 271 in src/pages/containers.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pages/containers.rs#L270-L271

Added lines #L270 - L271 were not covered by tests

Check warning on line 277 in src/pages/containers.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pages/containers.rs#L273-L277

Added lines #L273 - L277 were not covered by tests

Check warning on line 291 in src/pages/containers.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pages/containers.rs#L290-L291

Added lines #L290 - L291 were not covered by tests

Check warning on line 293 in src/pages/containers.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pages/containers.rs#L293

Added line #L293 was not covered by tests

Check warning on line 300 in src/pages/containers.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pages/containers.rs#L300

Added line #L300 was not covered by tests

Check warning on line 320 in src/pages/containers.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pages/containers.rs#L317-L320

Added lines #L317 - L320 were not covered by tests

Check warning on line 322 in src/pages/containers.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pages/containers.rs#L322

Added line #L322 was not covered by tests

Check warning on line 126 in src/ui/app.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ui/app.rs#L126

Added line #L126 was not covered by tests