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

clang-tidy: fix cppcoreguidelines-prefer-member-initializer #2191

Merged
merged 3 commits into from
Jul 29, 2024

fix cppcoreguidelines-prefer-member-initializer

6a40207
Select commit
Loading
Failed to load commit list.
Merged

clang-tidy: fix cppcoreguidelines-prefer-member-initializer #2191

fix cppcoreguidelines-prefer-member-initializer
6a40207
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jul 26, 2024 in 0s

61.76% of diff hit (target 53.52%)

View this Pull Request on Codecov

61.76% of diff hit (target 53.52%)

Annotations

Check warning on line 940 in silkworm/rpc/commands/ots_api.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

silkworm/rpc/commands/ots_api.cpp#L937-L940

Added lines #L937 - L940 were not covered by tests

Check warning on line 962 in silkworm/rpc/commands/ots_api.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

silkworm/rpc/commands/ots_api.cpp#L960-L962

Added lines #L960 - L962 were not covered by tests

Check warning on line 1264 in silkworm/rpc/commands/ots_api.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

silkworm/rpc/commands/ots_api.cpp#L1262-L1264

Added lines #L1262 - L1264 were not covered by tests

Check warning on line 130 in silkworm/rpc/commands/ots_api.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

silkworm/rpc/commands/ots_api.hpp#L126-L130

Added lines #L126 - L130 were not covered by tests

Check warning on line 163 in silkworm/rpc/commands/ots_api.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

silkworm/rpc/commands/ots_api.hpp#L159-L163

Added lines #L159 - L163 were not covered by tests

Check warning on line 30 in silkworm/sync/messages/inbound_new_block.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

silkworm/sync/messages/inbound_new_block.cpp#L28-L30

Added lines #L28 - L30 were not covered by tests

Check warning on line 36 in silkworm/sync/messages/inbound_new_block_hashes.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

silkworm/sync/messages/inbound_new_block_hashes.cpp#L34-L36

Added lines #L34 - L36 were not covered by tests