ava-labs / teleporter

EVM cross-chain messaging protocol built on top of Avalanche Warp Messaging
Other
48 stars 23 forks source link

Unit test coverage #624

Open geoff-vball opened 3 days ago

geoff-vball commented 3 days ago

Why this should be merged

Provides full coverage for all Validator Manager contracts except ValidatorManager.sol (WIP).

There are a couple checks that are currently unreachable, but I think are still good to have for when code changes.

Covecov doesn't seem to be able to handle one of the if, elif, else statements.

How this was tested

Screenshot 2024-10-24 at 10 14 31 AM

How is this documented

N/A