SpaceTeam / STS1_COBC_SW

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

Mock FRAM code #286

Closed jeromehue closed 2 weeks ago

jeromehue commented 1 month ago

Description

FRAM code is mocked according to #200. Apart from empty default do functions, we also provide do functions that simulate the FRAM in RAM. The empty and the RAM do functions are tested in UnitTests/Fram.test.cpp.

Fixes #207

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 87.91209% with 11 lines in your changes are missing coverage. Please review.

Project coverage is 87.11%. Comparing base (614c299) to head (a2f9416).

Files Patch % Lines
Sts1CobcSw/Periphery/FramMock.cpp 87.75% 6 Missing :warning:
Sts1CobcSw/Utility/Time.cpp 0.00% 5 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #286 +/- ## ========================================== + Coverage 86.54% 87.11% +0.56% ========================================== Files 21 25 +4 Lines 513 613 +100 Branches 7 7 ========================================== + Hits 444 534 +90 - Misses 69 79 +10 ```

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