Remove unused dBFT APIs #104
Merged
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.
Loading