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

<fix>(transaction): fix transaction struct coredump bug, use inherit TransactionData and builder interfaces. #211

Merged
merged 1 commit into from
Jan 30, 2024

<fix>(transaction): fix transaction struct coredump bug, use inherit …

a231149
Select commit
Loading
Failed to load commit list.
Merged

<fix>(transaction): fix transaction struct coredump bug, use inherit TransactionData and builder interfaces. #211

<fix>(transaction): fix transaction struct coredump bug, use inherit …
a231149
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 30, 2024 in 1s

25.80% (+0.00%) compared to 04ba0ed

View this Pull Request on Codecov

25.80% (+0.00%) compared to 04ba0ed

Details

Codecov Report

Attention: 21 lines in your changes are missing coverage. Please review.

Comparison is base (04ba0ed) 25.80% compared to head (a231149) 25.80%.

Files Patch % Lines
bcos-c-sdk/bcos_sdk_c_uti_tx_struct.cpp 0.00% 0 Missing and 21 partials ⚠️
Additional details and impacted files
@@              Coverage Diff               @@
##           release-3.6.0     #211   +/-   ##
==============================================
  Coverage          25.80%   25.80%           
==============================================
  Files                  6        6           
  Lines               1763     1763           
  Branches            1078     1078           
==============================================
  Hits                 455      455           
  Misses               937      937           
  Partials             371      371           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.