ARMmbed / icetea

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

Version 2 base #85

Closed jonikula closed 5 years ago

jonikula commented 5 years ago

Status

READY

Description

Bringing in a host of new features.

Lots of refactoring done:

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 1103


Changes Missing Coverage Covered Lines Changed/Added Lines %
icetea_lib/Plugin/PluginManager.py 2 3 66.67%
icetea_lib/Plugin/plugins/FileApi.py 2 3 66.67%
icetea_lib/Plugin/plugins/LocalAllocator/DutConsole.py 1 2 50.0%
icetea_lib/Plugin/plugins/LocalAllocator/DutSerial.py 8 9 88.89%
icetea_lib/Randomize/randomize.py 0 1 0.0%
icetea_lib/ResourceProvider/ResourceConfig.py 5 6 83.33%
icetea_lib/build/build.py 1 2 50.0%
icetea_lib/tools/NodeEndPoint.py 5 6 83.33%
icetea_lib/tools/file/FileUtils.py 2 3 66.67%
icetea_lib/CliAsyncResponse.py 2 4 50.0%
<!-- Total: 2007 2487 80.7% -->
Files with Coverage Reduction New Missed Lines %
icetea_lib/ResourceProvider/Allocators/BaseAllocator.py 1 54.55%
icetea_lib/TestSuite/TestcaseList.py 1 84.92%
icetea_lib/build/build.py 1 82.95%
icetea_lib/ResourceProvider/ResourceProvider.py 1 89.02%
icetea_lib/Plugin/plugins/LocalAllocator/DutSerial.py 2 72.69%
icetea_lib/tools/file/SessionFiles.py 2 92.17%
icetea_lib/TestSuite/TestSuite.py 2 79.05%
icetea_lib/LogManager.py 3 77.35%
icetea_lib/TestSuite/TestcaseContainer.py 5 83.12%
icetea_lib/TestStepError.py 8 66.67%
<!-- Total: 26 -->
Totals Coverage Status
Change from base Build 1074: 6.6%
Covered Lines: 6148
Relevant Lines: 7975

💛 - Coveralls
coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 925


Changes Missing Coverage Covered Lines Changed/Added Lines %
icetea_lib/Plugin/PluginManager.py 2 3 66.67%
icetea_lib/Plugin/plugins/FileApi.py 2 3 66.67%
icetea_lib/Plugin/plugins/LocalAllocator/DutConsole.py 1 2 50.0%
icetea_lib/Plugin/plugins/LocalAllocator/DutSerial.py 8 9 88.89%
icetea_lib/Randomize/randomize.py 0 1 0.0%
icetea_lib/ResourceProvider/ResourceConfig.py 5 6 83.33%
icetea_lib/build/build.py 1 2 50.0%
icetea_lib/tools/NodeEndPoint.py 5 6 83.33%
icetea_lib/tools/file/FileUtils.py 2 3 66.67%
icetea_lib/CliAsyncResponse.py 2 4 50.0%
<!-- Total: 1984 2456 80.78% -->
Files with Coverage Reduction New Missed Lines %
icetea_lib/TestSuite/TestcaseList.py 1 84.92%
icetea_lib/ResourceProvider/ResourceProvider.py 1 89.02%
icetea_lib/ResourceProvider/Allocators/BaseAllocator.py 1 54.55%
icetea_lib/build/build.py 1 82.95%
icetea_lib/TestSuite/TestSuite.py 2 79.05%
icetea_lib/CliResponse.py 2 56.67%
icetea_lib/tools/tools.py 2 76.74%
icetea_lib/Plugin/plugins/LocalAllocator/DutSerial.py 2 72.69%
icetea_lib/tools/file/SessionFiles.py 2 92.17%
icetea_lib/Events/EventMatcher.py 3 89.74%
<!-- Total: 33 -->
Totals Coverage Status
Change from base Build 905: 6.1%
Covered Lines: 6081
Relevant Lines: 7965

💛 - Coveralls
jupe commented 5 years ago

ready?

jonikula commented 5 years ago

Still waiting for #93. After that this should be ready to merge. We should discuss how we should proceed with serving different version in the future.