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

test(packet_queue): fix uninitialised warning #284

Merged
merged 3 commits into from
Sep 20, 2022

Conversation

aloisklink
Copy link
Contributor

Initialises a variable so we don't get an uninitialised warning.

Initialises a variable so we don't get an uninitialised warning.
@aloisklink aloisklink added the refactor Refactoring code label Sep 19, 2022
@codecov
Copy link

codecov bot commented Sep 19, 2022

Codecov Report

Merging #284 (451578c) into main (035e893) will increase coverage by 0.00%.
The diff coverage is 100.00%.

❗ Current head 451578c differs from pull request most recent head bcc1c6c. Consider uploading reports for the commit bcc1c6c to get more accurate results

@@           Coverage Diff           @@
##             main     #284   +/-   ##
=======================================
  Coverage   49.03%   49.04%           
=======================================
  Files         116      116           
  Lines       18494    18496    +2     
=======================================
+ Hits         9069     9071    +2     
  Misses       9425     9425           
Impacted Files Coverage Δ
tests/capture/middlewares/test_packet_queue.c 100.00% <100.00%> (ø)
tests/utils/test_os.c 98.24% <0.00%> (+<0.01%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@aloisklink aloisklink merged commit e2b1451 into main Sep 20, 2022
@aloisklink aloisklink deleted the test/fix-uninitialised-var-warning branch September 20, 2022 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Refactoring code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants