balancer / balancer-v3-monorepo

GNU General Public License v3.0
24 stars 4 forks source link

Improve test coverage for VaultAdmin.sol #732

Closed joaobrunoah closed 6 days ago

joaobrunoah commented 1 week ago

Description

This PR improves the test coverage for VaultAdmin.sol. To identify what should be tested, I ran yarn coverage inside vault package.

Note: If hardhat and forge tests are merged, the branch coverage report breaks. So, I adapted coverage.sh to not consider hardhat input.

Type of change

Checklist:

Issue Resolution

Closes #716