Closed jonikula closed 5 years ago
Fails because of https://github.com/ARMmbed/icetea/pull/57
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
icetea_lib/tools/tools.py | 4 | 5 | 80.0% | ||
<!-- | Total: | 19 | 20 | 95.0% | --> |
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
icetea_lib/tools/tools.py | 1 | 65.58% | ||
icetea_lib/Events/EventMatcher.py | 3 | 88.57% | ||
icetea_lib/LogManager.py | 9 | 75.97% | ||
<!-- | Total: | 13 | --> |
Totals | |
---|---|
Change from base Build 456: | 0.3% |
Covered Lines: | 4932 |
Relevant Lines: | 7060 |
@jupe can you review please.
Status
READY
Description
Python 3 has deprecated getargspec in inspect. Use getfullargspec instead with python 3.