• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pooltogether / v4-utils-js / 3620802998

pending completion
3620802998

push

github

GitHub
Bump @types/node from 16.11.19 to 18.11.10

38 of 56 branches covered (67.86%)

Branch coverage included in aggregate %.

370 of 391 relevant lines covered (94.63%)

1572.66 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

50.0
/src/calculate/calculateNormalizedBalance.ts
1
import { BigNumber } from '@ethersproject/bignumber';
2

3
function calculateNormalizedBalance(
4
    balance: BigNumber,
5
    ticketTotalSupply: BigNumber
6
) {
7
    return balance.div(ticketTotalSupply);
×
8
}
9

10
export default calculateNormalizedBalance;
19✔
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc