Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use Collection instead of std::list (#675) #1089

Merged

Conversation

grasci-arm
Copy link
Collaborator

  • use Collection instead of std::list

Co-authored-by: Daniel Brondani daniel.brondani@arm.com
Co-authored-by: Evgueni Driouk evgueni.driouk@arm.com

* use Collection instead of std::list

Co-authored-by: Daniel Brondani <daniel.brondani@arm.com>
Co-authored-by: Evgueni Driouk <evgueni.driouk@arm.com>
@codecov
Copy link

codecov bot commented Aug 17, 2023

Codecov Report

Merging #1089 (4840bf6) into main (5240b4a) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1089      +/-   ##
==========================================
- Coverage   58.01%   58.00%   -0.01%     
==========================================
  Files         116      116              
  Lines       22782    22780       -2     
  Branches    12656    12649       -7     
==========================================
- Hits        13217    13214       -3     
- Misses       7337     7338       +1     
  Partials     2228     2228              
Flag Coverage Δ
buildmgr-cov 77.91% <100.00%> (-0.05%) ⬇️
packchk-cov 64.20% <100.00%> (ø)
packgen-cov 81.72% <ø> (ø)
projmgr-cov 82.62% <100.00%> (ø)
svdconv-cov 38.38% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
tools/packchk/include/CheckFiles.h 100.00% <ø> (ø)
tools/buildmgr/cbuild/src/CbuildLayer.cpp 76.08% <100.00%> (-0.16%) ⬇️
tools/buildmgr/cbuild/src/CbuildModel.cpp 72.13% <100.00%> (-0.06%) ⬇️
tools/buildmgr/cbuild/src/CbuildUtils.cpp 80.48% <100.00%> (ø)
tools/packchk/src/CheckFiles.cpp 61.44% <100.00%> (ø)
tools/packchk/src/ValidateSyntax.cpp 64.31% <100.00%> (ø)
tools/projmgr/src/ProjMgrWorker.cpp 83.07% <100.00%> (ø)

@github-actions
Copy link

github-actions bot commented Aug 17, 2023

Test Results

    7 files    53 suites   5m 53s ⏱️
186 tests 169 ✔️ 17 💤 0
692 runs  624 ✔️ 68 💤 0

Results for commit 4840bf6.

♻️ This comment has been updated with latest results.

@edriouk edriouk merged commit bbf0612 into Open-CMSIS-Pack:main Aug 17, 2023
116 of 118 checks passed
@edriouk edriouk deleted the outbound/listToCollection branch August 17, 2023 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants