This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a change to branch feature/dfi-cleanup
in repository https://gitbox.apache.org/repos/asf/celix.git
from 86249373 Update codecov-action.
add 9b4501d2 Update codecov-action.
add 29fa7d0f Merge pull request #722 from apache/hotfix/codecov-fix
add f8966015 Merge branch 'master' into feature/dfi-cleanup
add e34eb00b #723 Add triviality test for dynType so that definitions of
dfi argument types can be given.
No new revisions were added by this update.
Summary of changes:
libs/dfi/gtest/src/dyn_function_tests.cpp | 18 +++++++++
libs/dfi/gtest/src/dyn_type_tests.cpp | 65 +++++++++++++++++++++++++++++++
libs/dfi/gtest/src/json_rpc_tests.cpp | 24 ------------
libs/dfi/include/dyn_function.h | 6 ++-
libs/dfi/include/dyn_type.h | 10 +++++
libs/dfi/src/dyn_function.c | 20 ++++++++++
libs/dfi/src/dyn_type.c | 27 +++++++++++++
libs/dfi/src/json_rpc.c | 18 +++------
8 files changed, 149 insertions(+), 39 deletions(-)