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

Further limits on expensive path building #163

Merged
merged 5 commits into from
Sep 5, 2023

Introduce and test for `MaximumPathDepthExceeded` error

1af0ee0
Select commit
Loading
Failed to load commit list.
Merged

Further limits on expensive path building #163

Introduce and test for `MaximumPathDepthExceeded` error
1af0ee0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Sep 5, 2023 in 0s

87.95% of diff hit (target 96.56%)

View this Pull Request on Codecov

87.95% of diff hit (target 96.56%)

Annotations

Check warning on line 208 in src/error.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/error.rs#L208

Added line #L208 was not covered by tests

Check warning on line 211 in src/error.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/error.rs#L211

Added line #L211 was not covered by tests

Check warning on line 214 in src/error.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/error.rs#L214

Added line #L214 was not covered by tests

Check warning on line 219 in src/error.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/error.rs#L219

Added line #L219 was not covered by tests

Check warning on line 222 in src/error.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/error.rs#L221-L222

Added lines #L221 - L222 were not covered by tests

Check warning on line 226 in src/error.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/error.rs#L226

Added line #L226 was not covered by tests

Check warning on line 235 in src/error.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/error.rs#L228-L235

Added lines #L228 - L235 were not covered by tests

Check warning on line 242 in src/error.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/error.rs#L240-L242

Added lines #L240 - L242 were not covered by tests

Check warning on line 245 in src/error.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/error.rs#L245

Added line #L245 was not covered by tests

Check warning on line 250 in src/error.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/error.rs#L250

Added line #L250 was not covered by tests