Closed jeromehue closed 6 months ago
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: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
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