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

[SM-1129] Run command with secrets #621

Merged
merged 87 commits into from
Aug 16, 2024

Merge branch 'main' into run-command-with-secrets

a0f78a3
Select commit
Loading
Failed to load commit list.
Merged

[SM-1129] Run command with secrets #621

Merge branch 'main' into run-command-with-secrets
a0f78a3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Aug 15, 2024 in 0s

21.42% of diff hit (target 58.43%)

View this Pull Request on Codecov

21.42% of diff hit (target 58.43%)

Annotations

Check warning on line 97 in crates/bws/src/cli.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bws/src/cli.rs#L97

Added line #L97 was not covered by tests

Check warning on line 104 in crates/bws/src/cli.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bws/src/cli.rs#L104

Added line #L104 was not covered by tests

Check warning on line 113 in crates/bws/src/cli.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bws/src/cli.rs#L113

Added line #L113 was not covered by tests

Check warning on line 40 in crates/bws/src/command/run.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bws/src/command/run.rs#L27-L40

Added lines #L27 - L40 were not covered by tests

Check warning on line 42 in crates/bws/src/command/run.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bws/src/command/run.rs#L42

Added line #L42 was not covered by tests

Check warning on line 48 in crates/bws/src/command/run.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bws/src/command/run.rs#L44-L48

Added lines #L44 - L48 were not covered by tests

Check warning on line 57 in crates/bws/src/command/run.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bws/src/command/run.rs#L50-L57

Added lines #L50 - L57 were not covered by tests

Check warning on line 59 in crates/bws/src/command/run.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bws/src/command/run.rs#L59

Added line #L59 was not covered by tests

Check warning on line 66 in crates/bws/src/command/run.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bws/src/command/run.rs#L62-L66

Added lines #L62 - L66 were not covered by tests

Check warning on line 71 in crates/bws/src/command/run.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bws/src/command/run.rs#L68-L71

Added lines #L68 - L71 were not covered by tests

Check warning on line 78 in crates/bws/src/command/run.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bws/src/command/run.rs#L74-L78

Added lines #L74 - L78 were not covered by tests

Check warning on line 85 in crates/bws/src/command/run.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bws/src/command/run.rs#L81-L85

Added lines #L81 - L85 were not covered by tests

Check warning on line 91 in crates/bws/src/command/run.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bws/src/command/run.rs#L87-L91

Added lines #L87 - L91 were not covered by tests

Check warning on line 93 in crates/bws/src/command/run.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bws/src/command/run.rs#L93

Added line #L93 was not covered by tests

Check warning on line 126 in crates/bws/src/command/run.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bws/src/command/run.rs#L95-L126

Added lines #L95 - L126 were not covered by tests

Check warning on line 128 in crates/bws/src/command/run.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bws/src/command/run.rs#L128

Added line #L128 was not covered by tests

Check warning on line 135 in crates/bws/src/command/run.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bws/src/command/run.rs#L130-L135

Added lines #L130 - L135 were not covered by tests

Check warning on line 142 in crates/bws/src/command/run.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bws/src/command/run.rs#L138-L142

Added lines #L138 - L142 were not covered by tests

Check warning on line 146 in crates/bws/src/command/run.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bws/src/command/run.rs#L145-L146

Added lines #L145 - L146 were not covered by tests

Check warning on line 149 in crates/bws/src/command/run.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bws/src/command/run.rs#L149

Added line #L149 was not covered by tests

Check warning on line 139 in crates/bws/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bws/src/main.rs#L135-L139

Added lines #L135 - L139 were not covered by tests

Check warning on line 150 in crates/bws/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bws/src/main.rs#L141-L150

Added lines #L141 - L150 were not covered by tests

Check warning on line 153 in crates/bws/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bws/src/main.rs#L153

Added line #L153 was not covered by tests

Check warning on line 45 in crates/bws/src/render.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bws/src/render.rs#L45

Added line #L45 was not covered by tests