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

feat: Simplify StatusTracker interface #937

Merged
merged 8 commits into from
Feb 26, 2025

Remove the `take_errors` API in favor of a new `has_any_error` function

d6f919d
Select commit
Loading
Failed to load commit list.
Merged

feat: Simplify StatusTracker interface #937

Remove the `take_errors` API in favor of a new `has_any_error` function
d6f919d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Feb 26, 2025 in 1s

93.53% of diff hit (target 78.78%)

View this Pull Request on Codecov

93.53% of diff hit (target 78.78%)

Annotations

Check warning on line 36 in internal/crypto/src/cose/ocsp.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/crypto/src/cose/ocsp.rs#L36

Added line #L36 was not covered by tests

Check warning on line 115 in internal/crypto/src/cose/ocsp.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/crypto/src/cose/ocsp.rs#L115

Added line #L115 was not covered by tests

Check warning on line 264 in sdk/src/manifest_store.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

sdk/src/manifest_store.rs#L264

Added line #L264 was not covered by tests

Check warning on line 307 in sdk/src/manifest_store.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

sdk/src/manifest_store.rs#L307

Added line #L307 was not covered by tests

Check warning on line 403 in sdk/src/manifest_store.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

sdk/src/manifest_store.rs#L403

Added line #L403 was not covered by tests

Check warning on line 432 in sdk/src/manifest_store.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

sdk/src/manifest_store.rs#L432

Added line #L432 was not covered by tests

Check warning on line 526 in sdk/src/manifest_store.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

sdk/src/manifest_store.rs#L526

Added line #L526 was not covered by tests

Check warning on line 175 in sdk/src/manifest_store_report.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

sdk/src/manifest_store_report.rs#L175

Added line #L175 was not covered by tests

Check warning on line 195 in sdk/src/manifest_store_report.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

sdk/src/manifest_store_report.rs#L195

Added line #L195 was not covered by tests

Check warning on line 213 in sdk/src/reader.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

sdk/src/reader.rs#L213

Added line #L213 was not covered by tests

Check warning on line 241 in sdk/src/reader.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

sdk/src/reader.rs#L241

Added line #L241 was not covered by tests

Check warning on line 2397 in sdk/src/store.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

sdk/src/store.rs#L2397

Added line #L2397 was not covered by tests

Check warning on line 3210 in sdk/src/store.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

sdk/src/store.rs#L3210

Added line #L3210 was not covered by tests

Check warning on line 3225 in sdk/src/store.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

sdk/src/store.rs#L3225

Added line #L3225 was not covered by tests

Check warning on line 3676 in sdk/src/store.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

sdk/src/store.rs#L3676

Added line #L3676 was not covered by tests

Check warning on line 3712 in sdk/src/store.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

sdk/src/store.rs#L3712

Added line #L3712 was not covered by tests

Check warning on line 223 in sdk/src/validation_status.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

sdk/src/validation_status.rs#L223

Added line #L223 was not covered by tests