SpaceTeam / STS1_COBC_SW

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

WIP: Make file system thread safe #284

Open danielschloms opened 6 months ago

danielschloms commented 6 months ago

Description

This PR initially includes mock implementations of Lock/Unlock for LFS and uses the proper compile definitions.

Fixes #280

codecov-commenter commented 5 months ago

Codecov Report

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

Project coverage is 84.03%. Comparing base (ab9c466) to head (90c19ed).

Files Patch % Lines
Sts1CobcSw/Utility/LinuxSemaphore.cpp 0.00% 42 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #284 +/- ## ========================================== - Coverage 88.34% 84.03% -4.32% ========================================== Files 27 27 Lines 695 739 +44 Branches 8 16 +8 ========================================== + Hits 614 621 +7 - Misses 81 118 +37 ```

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