SpaceTeam / STS1_COBC_SW

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

Explicitly specify container version for all CI jobs #285

Closed danielschloms closed 7 months ago

danielschloms commented 7 months ago

Description

Since the master branch currently depends on littlefs being compiled without LFS_THREADSAFE, the lastest Docker containers (which are compiled with that macro) can't be used. Also, this PR should check if the tests now run correctly.

Fixes #281

codecov-commenter commented 7 months ago

Codecov Report

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

Project coverage is 96.89%. Comparing base (8d3f1a8) to head (e30c052).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #285 +/- ## ========================================== + Coverage 96.54% 96.89% +0.35% ========================================== Files 14 16 +2 Lines 434 483 +49 ========================================== + Hits 419 468 +49 Misses 15 15 ```

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