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 Time #56

Merged
merged 14 commits into from
Feb 11, 2024

Improve test coverage

fce045e
Select commit
Loading
Failed to load commit list.
Merged

Refactor Time #56

Improve test coverage
fce045e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Feb 10, 2024 in 0s

95.78% of diff hit (target 97.85%)

View this Pull Request on Codecov

95.78% of diff hit (target 97.85%)

Annotations

Check warning on line 213 in crates/lox_core/src/time/continuous.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox_core/src/time/continuous.rs#L213

Added line #L213 was not covered by tests

Check warning on line 222 in crates/lox_core/src/time/continuous.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox_core/src/time/continuous.rs#L222

Added line #L222 was not covered by tests

Check warning on line 240 in crates/lox_core/src/time/continuous.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox_core/src/time/continuous.rs#L240

Added line #L240 was not covered by tests

Check warning on line 249 in crates/lox_core/src/time/continuous.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox_core/src/time/continuous.rs#L249

Added line #L249 was not covered by tests

Check warning on line 354 in crates/lox_core/src/time/continuous.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox_core/src/time/continuous.rs#L352-L354

Added lines #L352 - L354 were not covered by tests

Check warning on line 361 in crates/lox_core/src/time/continuous.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox_core/src/time/continuous.rs#L360-L361

Added lines #L360 - L361 were not covered by tests

Check warning on line 1194 in crates/lox_core/src/time/continuous.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox_core/src/time/continuous.rs#L1194

Added line #L1194 was not covered by tests

Check warning on line 1206 in crates/lox_core/src/time/continuous.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox_core/src/time/continuous.rs#L1206

Added line #L1206 was not covered by tests

Check warning on line 1257 in crates/lox_core/src/time/continuous.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox_core/src/time/continuous.rs#L1257

Added line #L1257 was not covered by tests

Check warning on line 1272 in crates/lox_core/src/time/continuous.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox_core/src/time/continuous.rs#L1272

Added line #L1272 was not covered by tests

Check warning on line 1287 in crates/lox_core/src/time/continuous.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox_core/src/time/continuous.rs#L1287

Added line #L1287 was not covered by tests

Check warning on line 1302 in crates/lox_core/src/time/continuous.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox_core/src/time/continuous.rs#L1302

Added line #L1302 was not covered by tests

Check warning on line 1317 in crates/lox_core/src/time/continuous.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox_core/src/time/continuous.rs#L1317

Added line #L1317 was not covered by tests

Check warning on line 1332 in crates/lox_core/src/time/continuous.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox_core/src/time/continuous.rs#L1332

Added line #L1332 was not covered by tests

Check warning on line 1347 in crates/lox_core/src/time/continuous.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox_core/src/time/continuous.rs#L1347

Added line #L1347 was not covered by tests

Check warning on line 1362 in crates/lox_core/src/time/continuous.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox_core/src/time/continuous.rs#L1362

Added line #L1362 was not covered by tests

Check warning on line 1377 in crates/lox_core/src/time/continuous.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox_core/src/time/continuous.rs#L1377

Added line #L1377 was not covered by tests

Check warning on line 165 in crates/lox_py/src/time.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox_py/src/time.rs#L163-L165

Added lines #L163 - L165 were not covered by tests

Check warning on line 168 in crates/lox_py/src/time.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox_py/src/time.rs#L167-L168

Added lines #L167 - L168 were not covered by tests