You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be possible to exclude methods within a certain contract, or every contract within a specific file, from coverage analysis. For example, I don't always care that only 50% of the branches within SafeMath.add were touched by my unit tests.
Implementing this will mostly involve modifications brownie/test/output.py
The text was updated successfully, but these errors were encountered:
It should be possible to exclude methods within a certain contract, or every contract within a specific file, from coverage analysis. For example, I don't always care that only 50% of the branches within
SafeMath.add
were touched by my unit tests.Implementing this will mostly involve modifications
brownie/test/output.py
The text was updated successfully, but these errors were encountered: