SpaceTeam / STS1_COBC_SW

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

Test error handling for SPI code #315

Open kamilchmela opened 4 months ago

kamilchmela commented 4 months ago

Fixes #305

codecov-commenter commented 4 months ago

Codecov Report

Attention: Patch coverage is 14.00000% with 86 lines in your changes missing coverage. Please review.

Project coverage is 82.00%. Comparing base (36adb18) to head (b202cf8).

Files with missing lines Patch % Lines
Sts1CobcSw/Periphery/FlashMock.cpp 0.00% 54 Missing :warning:
Sts1CobcSw/Hal/SpiMock.cpp 0.00% 20 Missing :warning:
Sts1CobcSw/Hal/SpiMock.hpp 0.00% 6 Missing :warning:
Sts1CobcSw/Hal/Spi.cpp 0.00% 5 Missing :warning:
Sts1CobcSw/Hal/Spi.hpp 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #315 +/- ## ========================================== - Coverage 87.27% 82.00% -5.28% ========================================== Files 37 42 +5 Lines 1352 1439 +87 Branches 50 50 ========================================== Hits 1180 1180 - Misses 172 259 +87 ```

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