Closed jeromehue closed 1 month ago
Attention: Patch coverage is 99.08676%
with 2 lines
in your changes missing coverage. Please review.
Please upload report for BASE (
master@a21effb
). Learn more about missing BASE report.
Files with missing lines | Patch % | Lines |
---|---|---|
Sts1CobcSw/FileSystem/LfsWrapper.cpp | 0.00% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
Move EDU program status history to FRAM by using the
fram::RingArray
to store program status history entries. Additionally, improve the unit test forRingArray
with the addition of a custom typeRingArray
test case.Fixes #204