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: prefer Result over Option for Origin props #183

Merged
merged 1 commit into from
Dec 19, 2024

refactor: prefer `Result` over `Option` for `Origin` props

7ade492
Select commit
Loading
Failed to load commit list.
Merged

refactor: prefer Result over Option for Origin props #183

refactor: prefer `Result` over `Option` for `Origin` props
7ade492
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Dec 19, 2024 in 1s

5.33% of diff hit (target 71.67%)

View this Pull Request on Codecov

5.33% of diff hit (target 71.67%)

Annotations

Check warning on line 8729 in crates/lox-bodies/src/generated.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox-bodies/src/generated.rs#L8729

Added line #L8729 was not covered by tests

Check warning on line 8804 in crates/lox-bodies/src/generated.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox-bodies/src/generated.rs#L8731-L8804

Added lines #L8731 - L8804 were not covered by tests

Check warning on line 8809 in crates/lox-bodies/src/generated.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox-bodies/src/generated.rs#L8809

Added line #L8809 was not covered by tests

Check warning on line 8899 in crates/lox-bodies/src/generated.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox-bodies/src/generated.rs#L8811-L8899

Added lines #L8811 - L8899 were not covered by tests

Check warning on line 8904 in crates/lox-bodies/src/generated.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox-bodies/src/generated.rs#L8904

Added line #L8904 was not covered by tests

Check warning on line 8998 in crates/lox-bodies/src/generated.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox-bodies/src/generated.rs#L8906-L8998

Added lines #L8906 - L8998 were not covered by tests

Check warning on line 9738 in crates/lox-bodies/src/generated.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox-bodies/src/generated.rs#L9735-L9738

Added lines #L9735 - L9738 were not covered by tests

Check warning on line 57 in crates/lox-bodies/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox-bodies/src/lib.rs#L56-L57

Added lines #L56 - L57 were not covered by tests

Check warning on line 81 in crates/lox-bodies/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox-bodies/src/lib.rs#L80-L81

Added lines #L80 - L81 were not covered by tests

Check warning on line 85 in crates/lox-bodies/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox-bodies/src/lib.rs#L84-L85

Added lines #L84 - L85 were not covered by tests

Check warning on line 89 in crates/lox-bodies/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox-bodies/src/lib.rs#L88-L89

Added lines #L88 - L89 were not covered by tests

Check warning on line 100 in crates/lox-bodies/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox-bodies/src/lib.rs#L98-L100

Added lines #L98 - L100 were not covered by tests

Check warning on line 117 in crates/lox-bodies/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox-bodies/src/lib.rs#L116-L117

Added lines #L116 - L117 were not covered by tests

Check warning on line 291 in crates/lox-bodies/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox-bodies/src/lib.rs#L291

Added line #L291 was not covered by tests

Check warning on line 295 in crates/lox-bodies/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox-bodies/src/lib.rs#L295

Added line #L295 was not covered by tests

Check warning on line 299 in crates/lox-bodies/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox-bodies/src/lib.rs#L299

Added line #L299 was not covered by tests

Check warning on line 303 in crates/lox-bodies/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox-bodies/src/lib.rs#L303

Added line #L303 was not covered by tests

Check warning on line 307 in crates/lox-bodies/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox-bodies/src/lib.rs#L307

Added line #L307 was not covered by tests

Check warning on line 311 in crates/lox-bodies/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox-bodies/src/lib.rs#L311

Added line #L311 was not covered by tests

Check warning on line 317 in crates/lox-bodies/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox-bodies/src/lib.rs#L317

Added line #L317 was not covered by tests

Check warning on line 324 in crates/lox-bodies/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox-bodies/src/lib.rs#L324

Added line #L324 was not covered by tests

Check warning on line 25 in crates/lox-bodies/src/python.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox-bodies/src/python.rs#L23-L25

Added lines #L23 - L25 were not covered by tests

Check warning on line 81 in crates/lox-bodies/src/python.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox-bodies/src/python.rs#L79-L81

Added lines #L79 - L81 were not covered by tests

Check warning on line 85 in crates/lox-bodies/src/python.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox-bodies/src/python.rs#L83-L85

Added lines #L83 - L85 were not covered by tests

Check warning on line 89 in crates/lox-bodies/src/python.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox-bodies/src/python.rs#L87-L89

Added lines #L87 - L89 were not covered by tests