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

[Console] Scale for ECS services; replayer start/stop #765

Another attempt with mocking the docker image call

5d98a7a
Select commit
Loading
Failed to load commit list.
Merged

[Console] Scale for ECS services; replayer start/stop #765

Another attempt with mocking the docker image call
5d98a7a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jun 25, 2024 in 0s

54.16% of diff hit (target 68.50%)

View this Pull Request on Codecov

54.16% of diff hit (target 68.50%)

Annotations

Check warning on line 248 in TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link/console_link/cli.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link/console_link/cli.py#L247-L248

Added lines #L247 - L248 were not covered by tests

Check warning on line 254 in TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link/console_link/cli.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link/console_link/cli.py#L254

Added line #L254 was not covered by tests

Check warning on line 263 in TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link/console_link/cli.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link/console_link/cli.py#L260-L263

Added lines #L260 - L263 were not covered by tests

Check warning on line 272 in TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link/console_link/cli.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link/console_link/cli.py#L269-L272

Added lines #L269 - L272 were not covered by tests

Check warning on line 282 in TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link/console_link/cli.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link/console_link/cli.py#L279-L282

Added lines #L279 - L282 were not covered by tests

Check warning on line 291 in TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link/console_link/cli.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link/console_link/cli.py#L288-L291

Added lines #L288 - L291 were not covered by tests

Check warning on line 28 in TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link/console_link/environment.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link/console_link/environment.py#L28

Added line #L28 was not covered by tests

Check warning on line 16 in TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link/console_link/logic/replay.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link/console_link/logic/replay.py#L13-L16

Added lines #L13 - L16 were not covered by tests

Check warning on line 27 in TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link/console_link/logic/replay.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link/console_link/logic/replay.py#L20-L27

Added lines #L20 - L27 were not covered by tests

Check warning on line 31 in TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link/console_link/logic/replay.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link/console_link/logic/replay.py#L29-L31

Added lines #L29 - L31 were not covered by tests

Check warning on line 46 in TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link/console_link/logic/replay.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link/console_link/logic/replay.py#L35-L46

Added lines #L35 - L46 were not covered by tests

Check warning on line 61 in TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link/console_link/logic/replay.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link/console_link/logic/replay.py#L50-L61

Added lines #L50 - L61 were not covered by tests

Check warning on line 76 in TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link/console_link/logic/replay.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link/console_link/logic/replay.py#L65-L76

Added lines #L65 - L76 were not covered by tests

Check warning on line 57 in TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link/console_link/models/replayer_base.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link/console_link/models/replayer_base.py#L57

Added line #L57 was not covered by tests

Check warning on line 62 in TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link/console_link/models/replayer_base.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link/console_link/models/replayer_base.py#L62

Added line #L62 was not covered by tests

Check warning on line 67 in TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link/console_link/models/replayer_base.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link/console_link/models/replayer_base.py#L67

Added line #L67 was not covered by tests

Check warning on line 71 in TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link/console_link/models/replayer_base.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link/console_link/models/replayer_base.py#L71

Added line #L71 was not covered by tests

Check warning on line 74 in TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link/console_link/models/replayer_base.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link/console_link/models/replayer_base.py#L74

Added line #L74 was not covered by tests

Check warning on line 27 in TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link/console_link/models/replayer_ecs.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link/console_link/models/replayer_ecs.py#L27

Added line #L27 was not covered by tests