SpaceTeam / STS1_COBC_SW

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

Remove `PersistentState/` and `PersistentVariable<>` #322

Closed PatrickKa closed 2 months ago

PatrickKa commented 2 months ago

After a proper implementation of the persistent Variables in #307 I forgot to remove the two previous attempts. This PR takes care of that.

codecov-commenter commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.08%. Comparing base (df0aa2e) to head (1ab6c14).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #322 +/- ## ========================================== + Coverage 93.84% 94.08% +0.23% ========================================== Files 38 36 -2 Lines 1008 947 -61 Branches 18 15 -3 ========================================== - Hits 946 891 -55 + Misses 62 56 -6 ```

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