| commit | b17c9e407a753676c1a0fc4ad7f9ec2c2f7d9b21 | [log] [tgz] | 
|---|---|---|
| author | PengZheng <howtofly@gmail.com> | Wed Aug 16 11:50:28 2023 +0800 | 
| committer | PengZheng <howtofly@gmail.com> | Wed Aug 16 11:50:28 2023 +0800 | 
| tree | f73fc4ca4a4b9d9f443519bc8facde06033f36b5 | |
| parent | 7f904d88222b786e9a075fdde04c7dafac215b5a [diff] | 
Exclude unimplemented function from coverage.
diff --git a/libs/framework/src/manifest.c b/libs/framework/src/manifest.c index 06936db..2a42378 100644 --- a/libs/framework/src/manifest.c +++ b/libs/framework/src/manifest.c
@@ -128,9 +128,11 @@ return status; } +//LCOV_EXCL_START void manifest_clear(manifest_pt manifest) { } +//LCOV_EXCL_STOP properties_pt manifest_getMainAttributes(manifest_pt manifest) { return manifest->mainAttributes;