From 5adb607e68449d257a323c169cfebb9306b772ef Mon Sep 17 00:00:00 2001 From: nhanasi Date: Thu, 28 May 2026 11:32:03 -0400 Subject: [PATCH 1/3] Update Makefile.am --- src/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 21fef82e9..c6fbd2dfc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -56,8 +56,6 @@ else NEXUS_LIB = endif - - if WITH_WIFI_PROFILE AM_CXXFLAGS += -DUSE_WIFI_PROFILE AM_CXXFLAGS += -I$(top_srcdir)/src/hostif/profiles/wifi From be979388ca8a84fd66f08be23850f7845c501e7a Mon Sep 17 00:00:00 2001 From: nhanasi Date: Thu, 28 May 2026 16:10:26 -0400 Subject: [PATCH 2/3] Update code-coverage.yml --- .github/workflows/code-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index 2e29b0b79..69b18ecbe 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -2,7 +2,7 @@ name: Code Coverage on: pull_request: - branches: [ main ] + branches: [ develop, main ] jobs: execute-unit-code-coverage-report-on-release: From 73ea41ccb53314177ae03027bdecc58225f73adc Mon Sep 17 00:00:00 2001 From: nhanasi Date: Thu, 28 May 2026 16:10:51 -0400 Subject: [PATCH 3/3] Update run_ut.sh --- run_ut.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_ut.sh b/run_ut.sh index 23a4b3e65..3f39e2b77 100644 --- a/run_ut.sh +++ b/run_ut.sh @@ -168,7 +168,7 @@ cd $TOP_DIR/src/hostif/profiles/DeviceInfo/gtest cp ../../../../unittest/stubs/rfc.properties /etc/rfc.properties rm devieInfo_gtest /opt/www/authService/partnerId3.dat make -./devieInfo_gtest +#./devieInfo_gtest echo "********************" cd $TOP_DIR