You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: add coverage for remaining branches in IssuanceAllocator
Added two tests to achieve 100% branch coverage:
- Test for TargetAddressCannotBeZero error when trying to set allocation for address(0) while default is a real address
- Test for getTotalAllocation() when default is a real address (not address(0))
Branch coverage: 97.96% → 100%
All files now at 100% coverage (statements, branches, functions, lines)
Total tests: 165 → 167
0 commit comments