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

refactor: move cli error to core #2708

Merged
merged 8 commits into from
Aug 26, 2024

Merge branch 'main' into move-cli-err

657b429
Select commit
Loading
Failed to load commit list.
Merged

refactor: move cli error to core #2708

Merge branch 'main' into move-cli-err
657b429
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Aug 26, 2024 in 0s

61.72% of diff hit (target 86.66%)

View this Pull Request on Codecov

61.72% of diff hit (target 86.66%)

Annotations

Check warning on line 51 in src/cli/server/http_1.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cli/server/http_1.rs#L51

Added line #L51 was not covered by tests

Check warning on line 63 in src/cli/server/http_2.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cli/server/http_2.rs#L63

Added line #L63 was not covered by tests

Check warning on line 27 in src/cli/tc/check.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cli/tc/check.rs#L27

Added line #L27 was not covered by tests

Check warning on line 210 in src/cli/telemetry.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cli/telemetry.rs#L209-L210

Added lines #L209 - L210 were not covered by tests

Check warning on line 141 in src/core/errata.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/errata.rs#L140-L141

Added lines #L140 - L141 were not covered by tests

Check warning on line 146 in src/core/errata.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/errata.rs#L146

Added line #L146 was not covered by tests

Check warning on line 180 in src/core/errata.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/errata.rs#L180

Added line #L180 was not covered by tests

Check warning on line 193 in src/core/errata.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/errata.rs#L188-L193

Added lines #L188 - L193 were not covered by tests

Check warning on line 230 in src/core/errata.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/errata.rs#L230

Added line #L230 was not covered by tests

Check warning on line 105 in src/core/http/response.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/http/response.rs#L105

Added line #L105 was not covered by tests

Check warning on line 55 in src/core/ir/error.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/ir/error.rs#L52-L55

Added lines #L52 - L55 were not covered by tests

Check warning on line 58 in src/core/ir/error.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/ir/error.rs#L57-L58

Added lines #L57 - L58 were not covered by tests

Check warning on line 64 in src/core/ir/error.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/ir/error.rs#L63-L64

Added lines #L63 - L64 were not covered by tests

Check warning on line 90 in src/core/ir/error.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/ir/error.rs#L90

Added line #L90 was not covered by tests

Check warning on line 104 in src/core/ir/error.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/ir/error.rs#L104

Added line #L104 was not covered by tests

Check warning on line 75 in src/core/ir/eval.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/ir/eval.rs#L75

Added line #L75 was not covered by tests

Check warning on line 78 in src/core/ir/eval.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/ir/eval.rs#L78

Added line #L78 was not covered by tests

Check warning on line 46 in src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main.rs#L45-L46

Added lines #L45 - L46 were not covered by tests