ARMmbed / icetea

DEPRECATED mbed test framework
Apache License 2.0
6 stars 7 forks source link

Allow disabling storing received lines in memory to Dut #64

Closed jonikula closed 5 years ago

jonikula commented 5 years ago

Status

READY

Description

Allow users to disable storing lines to each dut if they wish to run very long duration testing and they don't care about received lines as much.

Todos

Impacted Areas in Application

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 514


Changes Missing Coverage Covered Lines Changed/Added Lines %
icetea_lib/DeviceConnectors/Dut.py 13 16 81.25%
<!-- Total: 13 16 81.25% -->
Files with Coverage Reduction New Missed Lines %
icetea_lib/tools/tools.py 2 68.16%
icetea_lib/Events/EventMatcher.py 3 88.57%
icetea_lib/LogManager.py 6 75.97%
<!-- Total: 11 -->
Totals Coverage Status
Change from base Build 505: 0.9%
Covered Lines: 4995
Relevant Lines: 7079

💛 - Coveralls