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

we don't need to handle invalid posix regex

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

[SM-1129] Run command with secrets #621

we don't need to handle invalid posix regex
5bdf99c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jul 16, 2024 in 1s

22.44% of diff hit (target 57.92%)

View this Pull Request on Codecov

22.44% of diff hit (target 57.92%)

Annotations

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bws/src/cli.rs#L96

Added line #L96 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bws/src/cli.rs#L103

Added line #L103 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bws/src/cli.rs#L112

Added line #L112 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bws/src/cli.rs#L173

Added line #L173 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bws/src/command/run.rs#L24-L37

Added lines #L24 - L37 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L39 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bws/src/command/run.rs#L41-L45

Added lines #L41 - L45 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bws/src/command/run.rs#L47-L54

Added lines #L47 - L54 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L56 was not covered by tests

Check warning on line 63 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-L63

Added lines #L59 - L63 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added lines #L65 - L68 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added lines #L71 - L75 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added lines #L78 - L82 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bws/src/command/run.rs#L84-L88

Added lines #L84 - L88 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L90 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bws/src/command/run.rs#L92-L122

Added lines #L92 - L122 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bws/src/command/run.rs#L125-L129

Added lines #L125 - L129 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bws/src/command/run.rs#L132-L133

Added lines #L132 - L133 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L136 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bws/src/main.rs#L125-L129

Added lines #L125 - L129 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bws/src/main.rs#L131-L140

Added lines #L131 - L140 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bws/src/main.rs#L143

Added line #L143 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