Closed t-bast closed 6 years ago
Merging #490 into master will increase coverage by
0.05%
. The diff coverage is77.5%
.
@@ Coverage Diff @@
## master #490 +/- ##
==========================================
+ Coverage 70.32% 70.38% +0.05%
==========================================
Files 92 92
Lines 5534 5609 +75
==========================================
+ Hits 3892 3948 +56
- Misses 1252 1261 +9
- Partials 390 400 +10
Impacted Files | Coverage Δ | |
---|---|---|
validation/validators/participants.go | 80% <77.5%> (-1.91%) |
:arrow_down: |
tmstore/tmstore.go | 67.02% <0%> (-1.07%) |
:arrow_down: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 795c9f3...eb73539. Read the comment docs.
Finish the work on the participants map. Votes are tallied and the updated list is verified. I will likely refactor to extract the voting validation to re-use it in segment validation rules updates.
This change is