Kyle E. Aungst
Kyle E. Aungst
I see in https://github.com/lemurheavy/coveralls-public/issues/545 you decided to show all levels of significance. Would it be possible to set levels of significance we care about? e.g. coverage reduced by .0002 still...
Given this setup ``` // models/beetle_juice.py class BeetleJuice: @property def defined_attribute(self): pass def defined_method(self): pass // tests/models/beetle_juice_test.py from doubles import InstanceDouble, allow ``` 1. This raises an doubles.exceptions.VerifyingDoubleError which seems...