Previously we only checked coverage using npm run coverage which I believe only checked hardhat test --network hardhat, thus not checking the rest of the types of test based on L1, L2 and ZK. This adds another job in the CI which checks for the same.
Previously we only checked coverage using
npm run coverage
which I believe only checkedhardhat test --network hardhat
, thus not checking the rest of the types of test based on L1, L2 and ZK. This adds another job in the CI which checks for the same.