Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Code Coverage

on:
pull_request:
branches: [ main ]
branches: [ develop, main ]

jobs:
execute-unit-code-coverage-report-on-release:
Expand Down
2 changes: 1 addition & 1 deletion run_ut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading