Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

topic/fix dump element #404

Merged
merged 3 commits into from Apr 13, 2017
Merged

Conversation

sguiriec
Copy link

@sguiriec sguiriec commented Apr 6, 2017

@cc6565, @gdenneul, @plbossart, @makohoek Please review. Updated branch with Python legacy test to secure the issue and improve test coverage.

Merging #404 into master will increase coverage by 0.17%.
The diff coverage is 100%.
Impacted file tree graph

@@            Coverage Diff             @@
##           master     #404      +/-   ##
==========================================
+ Coverage    74.6%   74.77%   +0.17%
==========================================
Files         214      214
Lines        6675     6677       +2
Branches      845      845
==========================================
+ Hits         4980     4993      +13
+ Misses       1224     1212      -12
- Partials      471      472       +1
Impacted Files Coverage Δ
parameter/ArrayParameter.cpp 67.33% <100%> (+1.33%) ⬆️
utility/NonCopyable.hpp 100% <0%> (ø) ⬆️
parameter/ParameterMgr.cpp 67.86% <0%> (+0.67%) ⬆️
parameter/ConfigurableElement.cpp 81.93% <0%> (+0.88%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e678467...2bad684. Read the comment docs.

  

cc6565 and others added 3 commits April 6, 2017 11:51
Use correct blackboard index while calling dumpElement (logValue
for ArrayParameter class) to fix the eratic behavior of dumpElement
for ArrayParameters.

Change-Id: I255af6969283f91cdd2efd810c7d453f3765a16d
Tracked-On:
Signed-off-by: François Gaffie <francois.gaffie@intel.com>
Accroding to recent testing the dumpElement function is not good for Array.
This patch is adding one functional test in Legacy mode in order
to cover the issue.

Signed-off-by: Sebastien Guiriec <sebastien.guiriec@intel.com>
@sguiriec sguiriec mentioned this pull request Apr 6, 2017
1 task
@codecov-io
Copy link

codecov-io commented Apr 6, 2017

Codecov Report

Merging #404 into master will increase coverage by 0.17%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #404      +/-   ##
==========================================
+ Coverage    74.6%   74.77%   +0.17%     
==========================================
  Files         214      214              
  Lines        6675     6677       +2     
  Branches      845      845              
==========================================
+ Hits         4980     4993      +13     
+ Misses       1224     1212      -12     
- Partials      471      472       +1
Impacted Files Coverage Δ
parameter/ArrayParameter.cpp 67.33% <100%> (+1.33%) ⬆️
utility/NonCopyable.hpp 100% <0%> (ø) ⬆️
parameter/ParameterMgr.cpp 67.86% <0%> (+0.67%) ⬆️
parameter/ConfigurableElement.cpp 81.93% <0%> (+0.88%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e678467...2bad684. Read the comment docs.

@sguiriec sguiriec merged commit 965b2af into intel:master Apr 13, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants