Skip to content

Commit

Permalink
Exclude unimplemented function from coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
PengZheng committed Aug 16, 2023
1 parent 7f904d8 commit b17c9e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/framework/src/manifest.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,11 @@ celix_status_t manifest_createFromFile(const char *filename, manifest_pt *manife
return status;
}

//LCOV_EXCL_START
void manifest_clear(manifest_pt manifest) {

}
//LCOV_EXCL_STOP

properties_pt manifest_getMainAttributes(manifest_pt manifest) {
return manifest->mainAttributes;
Expand Down

0 comments on commit b17c9e4

Please sign in to comment.