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: use errors.New to replace fmt.Errorf with no parameters #2320

Merged
merged 2 commits into from
Dec 17, 2024

use errors.New to replace fmt.Errorf with no parameters

5b0c1b8
Select commit
Loading
Failed to load commit list.
Merged

refactor: use errors.New to replace fmt.Errorf with no parameters #2320

use errors.New to replace fmt.Errorf with no parameters
5b0c1b8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Dec 17, 2024 in 1s

25.00% of diff hit (target 60.00%)

View this Pull Request on Codecov

25.00% of diff hit (target 60.00%)

Annotations

Check warning on line 269 in cmd/juno/dbcmd.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/juno/dbcmd.go#L269

Added line #L269 was not covered by tests

Check warning on line 194 in core/trie/trie.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/trie/trie.go#L194

Added line #L194 was not covered by tests

Check warning on line 85 in rpc/l1.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/l1.go#L85

Added line #L85 was not covered by tests