SpaceTeam / STS1_COBC_SW

Software for the communication and onboard computer (COBC) of SpaceTeamSat1 (STS1)
MIT License
10 stars 2 forks source link

Move Edu program status history to FRAM #328

Closed jeromehue closed 1 month ago

jeromehue commented 1 month ago

Description

Move EDU program status history to FRAM by using the fram::RingArray to store program status history entries. Additionally, improve the unit test for RingArray with the addition of a custom type RingArray test case.

Fixes #204

codecov-commenter commented 1 month ago

Codecov Report

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:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #328 +/- ## ========================================= Coverage ? 87.27% ========================================= Files ? 37 Lines ? 1352 Branches ? 50 ========================================= Hits ? 1180 Misses ? 172 Partials ? 0 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.