SpaceTeam / STS1_COBC_SW

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

Add abstraction for storing persistent variables #307

Closed PatrickKa closed 2 months ago

PatrickKa commented 4 months ago

Fixes #202

codecov-commenter commented 3 months ago

Codecov Report

Attention: Patch coverage is 95.93023% with 14 lines in your changes missing coverage. Please review.

Project coverage is 93.84%. Comparing base (5f4baab) to head (6a6594c).

Files with missing lines Patch % Lines
Sts1CobcSw/PersistentState/PersistentVariable.ipp 77.77% 6 Missing :warning:
Tests/UnitTests/UnitTestThread.cpp 71.42% 4 Missing :warning:
Sts1CobcSw/Utility/TimeTypes.ipp 0.00% 3 Missing :warning:
Sts1CobcSw/Utility/Crc32Software.cpp 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #307 +/- ## ========================================== - Coverage 94.06% 93.84% -0.22% ========================================== Files 22 38 +16 Lines 657 1008 +351 Branches 0 18 +18 ========================================== + Hits 618 946 +328 - Misses 39 62 +23 ```

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