Skip to content

Conversation

@alfred2g
Copy link
Contributor

Code: Fix stream buffer warning

Description

Remove unnecessary assert condition

Test Steps

Compilation no longer gives a warning

Overall coverage rate:
  lines......: 96.2% (1233 of 1282 lines)
  functions..: 100.0% (91 of 91 functions)
  branches...: 93.9% (682 of 726 branches)

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@alfred2g alfred2g requested a review from a team as a code owner May 27, 2021 04:25
@codecov
Copy link

codecov bot commented May 27, 2021

Codecov Report

Merging #335 (1944dee) into main (736f230) will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #335      +/-   ##
==========================================
- Coverage   95.36%   95.36%   -0.01%     
==========================================
  Files           4        4              
  Lines        1187     1186       -1     
  Branches      334      334              
==========================================
- Hits         1132     1131       -1     
  Misses         17       17              
  Partials       38       38              
Flag Coverage Δ
unittests 95.36% <ø> (-0.01%) ⬇️

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

Impacted Files Coverage Δ
stream_buffer.c 96.12% <ø> (-0.02%) ⬇️

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 736f230...1944dee. Read the comment docs.

@cobusve cobusve merged commit a1b918c into FreeRTOS:main May 27, 2021
laroche pushed a commit to laroche/FreeRTOS-Kernel that referenced this pull request Apr 18, 2024
* Update AbortDelay.c so it uses both vTaskDelayUntil() and xTaskDelayUntil().
Update TaskNotifyArray.c to prevent false positive test failures that appear to be caused by unwarranted integer promotion.
Add use of xTaskDelayUntil() to blocktim.c
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.

3 participants