apache / celix

Apache Celix is a framework for C and C++14 to develop dynamic modular software applications using component and in-process service-oriented programming.
https://celix.apache.org/
Apache License 2.0
164 stars 86 forks source link

Add logHelper function with tss errors #565

Closed xuzhenbao closed 1 year ago

xuzhenbao commented 1 year ago

1.Add a logHelper function with tss erros 2.Fix #539 #503

codecov-commenter commented 1 year ago

Codecov Report

Merging #565 (701e719) into master (cd5a44c) will increase coverage by 0.12%. The diff coverage is 75.58%.

:exclamation: Current head 701e719 differs from pull request most recent head 44e19ae. Consider uploading reports for the commit 44e19ae to get more accurate results

@@            Coverage Diff             @@
##           master     #565      +/-   ##
==========================================
+ Coverage   77.83%   77.95%   +0.12%     
==========================================
  Files         230      229       -1     
  Lines       35031    35002      -29     
==========================================
+ Hits        27267    27287      +20     
+ Misses       7764     7715      -49     
Impacted Files Coverage Δ
...xx_remote_services/admin/src/RemoteServiceAdmin.cc 78.70% <ø> (ø)
...e_service_admin_dfi/src/remote_service_admin_dfi.c 84.46% <ø> (-0.37%) :arrow_down:
...dles/remote_services/rsa_dfi_utils/src/dfi_utils.c 84.14% <0.00%> (-2.11%) :arrow_down:
libs/dfi/src/avrobin_serializer.c 60.37% <0.00%> (-0.05%) :arrow_down:
libs/dfi/src/dyn_avpr_function.c 64.88% <0.00%> (-0.44%) :arrow_down:
libs/dfi/src/dyn_avpr_interface.c 70.92% <0.00%> (-0.21%) :arrow_down:
libs/dfi/src/dyn_common.c 86.11% <ø> (-0.20%) :arrow_down:
libs/dfi/src/dyn_type.c 90.83% <0.00%> (-0.28%) :arrow_down:
libs/dfi/src/dyn_type_common.c 92.85% <ø> (-0.48%) :arrow_down:
libs/dfi/src/json_serializer.c 82.83% <0.00%> (-0.26%) :arrow_down:
... and 24 more

... and 4 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more