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

Remove unused dBFT APIs #104

Merged
merged 9 commits into from
Mar 8, 2024

README: update documentation according to dBFT API refactoring

d504ad8
Select commit
Loading
Failed to load commit list.
Merged

Remove unused dBFT APIs #104

README: update documentation according to dBFT API refactoring
d504ad8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 8, 2024 in 0s

62.80% (-0.80%) compared to a2fdfa4, passed because coverage increased by +1.45% when compared to adjusted base (61.35%)

View this Pull Request on Codecov

62.80% (-0.80%) compared to a2fdfa4, passed because coverage increased by +1.45% when compared to adjusted base (61.35%)

Details

Codecov Report

Attention: Patch coverage is 70.73171% with 72 lines in your changes are missing coverage. Please review.

Project coverage is 62.80%. Comparing base (a2fdfa4) to head (d504ad8).
Report is 1 commits behind head on master.

Files Patch % Lines
internal/consensus/consensus.go 0.00% 32 Missing ⚠️
config.go 80.55% 14 Missing ⚠️
internal/simulation/main.go 0.00% 12 Missing ⚠️
timer/timer.go 80.00% 4 Missing ⚠️
internal/consensus/block.go 0.00% 3 Missing ⚠️
internal/consensus/recovery_message.go 66.66% 3 Missing ⚠️
internal/consensus/consensus_message.go 50.00% 2 Missing ⚠️
dbft.go 97.05% 1 Missing ⚠️
internal/consensus/constructors.go 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #104      +/-   ##
==========================================
- Coverage   63.60%   62.80%   -0.80%     
==========================================
  Files          26       27       +1     
  Lines        1547     1546       -1     
==========================================
- Hits          984      971      -13     
- Misses        495      508      +13     
+ Partials       68       67       -1     

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