N3developertoolkit / neo-test

Neo N3 smart contract unit test framework
MIT License
6 stars 2 forks source link

specifiy excluded contracts from coverage collection #54

Open vincentgeneste opened 1 year ago

vincentgeneste commented 1 year ago

Would love to be able to exclude a list of contracts from being considered for coverage collection.

Some contracts, while required to test our whole setup properly, are not needed to be tested for coverage themselves, and currently there is no way to exclude them, and they are counted in the global coverage report.