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

Implement dynamic origins and frames #179

Merged
merged 1 commit into from
Dec 18, 2024

refactor: implement dynamic origin and frame types

774096b
Select commit
Loading
Failed to load commit list.
Merged

Implement dynamic origins and frames #179

refactor: implement dynamic origin and frame types
774096b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Dec 18, 2024 in 0s

58.62% of diff hit (target 87.94%)

View this Pull Request on Codecov

58.62% of diff hit (target 87.94%)

Annotations

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox-bodies/src/lib.rs#L49-L50

Added lines #L49 - L50 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox-bodies/src/lib.rs#L59-L61

Added lines #L59 - L61 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox-bodies/src/lib.rs#L63-L65

Added lines #L63 - L65 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox-bodies/src/lib.rs#L67-L69

Added lines #L67 - L69 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#L87-L89

Added lines #L87 - L89 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox-bodies/src/lib.rs#L109-L110

Added lines #L109 - L110 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#L289-L291

Added lines #L289 - L291 were 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#L293-L295

Added lines #L293 - L295 were 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#L297-L299

Added lines #L297 - L299 were 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#L301-L303

Added lines #L301 - L303 were 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#L305-L307

Added lines #L305 - L307 were 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#L309-L311

Added lines #L309 - L311 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox-bodies/src/lib.rs#L315-L320

Added lines #L315 - L320 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox-bodies/src/lib.rs#L322-L327

Added lines #L322 - L327 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox-bodies/src/python.rs#L16-L17

Added lines #L16 - L17 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added lines #L22 - L23 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox-bodies/src/python.rs#L27

Added line #L27 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox-bodies/src/python.rs#L34-L36

Added lines #L34 - L36 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox-bodies/src/python.rs#L38-L39

Added lines #L38 - L39 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox-bodies/src/python.rs#L41-L43

Added lines #L41 - L43 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox-bodies/src/python.rs#L47

Added line #L47 was not covered by tests

Check warning on line 66 in crates/lox-orbits/src/analysis.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox-orbits/src/analysis.rs#L66

Added line #L66 was not covered by tests

Check warning on line 70 in crates/lox-orbits/src/analysis.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox-orbits/src/analysis.rs#L68-L70

Added lines #L68 - L70 were not covered by tests

Check warning on line 79 in crates/lox-orbits/src/analysis.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox-orbits/src/analysis.rs#L73-L79

Added lines #L73 - L79 were not covered by tests

Check warning on line 114 in crates/lox-orbits/src/analysis.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox-orbits/src/analysis.rs#L82-L114

Added lines #L82 - L114 were not covered by tests