Closed kklimek closed 5 years ago
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
i2cdevice/init.py | 2 | 97.33% | ||
<!-- | Total: | 2 | --> |
Totals | |
---|---|
Change from base Build 25: | -0.9% |
Covered Lines: | 207 |
Relevant Lines: | 212 |
Thank you! I'll add a test for this error case to stop Coveralls from complaining.
I wonder if this is worth adding to KeyError
and IndexError
too since it would make uncaught exceptions in i2cdevice a little more useful to end-users. 🤔
The use of "f" string formatting is failing in both Python 2.7 and 3.5. You should swap this with
"".format()
, but otherwise this looks good! Thanks for raising a PR.