Skip to content

Commit

Permalink
test success
Browse files Browse the repository at this point in the history
  • Loading branch information
thnkslprpt committed Sep 29, 2024
1 parent 05f0869 commit acf47a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/unit-test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ jobs:
unit-test-coverage:
name: Run unit test and coverage
uses: thnkslprpt/cFS/.github/workflows/unit-test-coverage.yml@test
with:
max-missed-lines: 4
max-missed-branches: 4
2 changes: 1 addition & 1 deletion fsw/src/sample_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ CFE_Status_t SAMPLE_APP_Init(void)
CFE_Config_GetVersionString(VersionString, SAMPLE_APP_CFG_MAX_VERSION_STR_LEN, "Sample App", SAMPLE_APP_VERSION,
SAMPLE_APP_BUILD_CODENAME, SAMPLE_APP_LAST_OFFICIAL);

CFE_EVS_SendEvent(SAMPLE_APP_INIT_INF_EID, CFE_EVS_EventType_INFORMATION, "Sample is Initialized.%s",
CFE_EVS_SendEvent(SAMPLE_APP_INIT_INF_EID, CFE_EVS_EventType_INFORMATION, "Sample App Initialized.%s",
VersionString);
}

Expand Down

0 comments on commit acf47a1

Please sign in to comment.