Skip to content

Commit 7386318

Browse files
author
Ubuntu
committed
Coverage check
Signed-off-by: Ubuntu <[email protected]>
1 parent 2c9d736 commit 7386318

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/pr_checks.yml

+13-13
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run-spelling-check: true,
5959
run-complexity: true,
6060
run-doxygen: true,
61-
build-flags: -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_FLAGS='--coverage -Wall -Wextra -Werror',
61+
build-flags: -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_FLAGS='-Wall -Wextra -Werror',
6262
coverage-skips: '"\*test\*" "\*CMakeCCompilerId\*" "\*mocks\*" "\*3rdparty\*"',
6363
},
6464
{
@@ -69,7 +69,7 @@ jobs:
6969
run-spelling-check: true,
7070
run-complexity: true,
7171
run-doxygen: true,
72-
build-flags: -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_FLAGS='--coverage -Wall -Wextra -DNDEBUG',
72+
build-flags: -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_FLAGS='-Wall -Wextra -DNDEBUG',
7373
coverage-skips: '"\*test\*" "\*CMakeCCompilerId\*" "\*mocks\*" "\*3rdparty\*"',
7474
},
7575
{
@@ -80,7 +80,7 @@ jobs:
8080
run-spelling-check: true,
8181
run-complexity: true,
8282
run-doxygen: true,
83-
build-flags: -DCMAKE_BUILD_TYPE=Debug -DBUILD_CLONE_SUBMODULES=ON -DCMAKE_C_FLAGS='--coverage -Wall -Wextra -Werror',
83+
build-flags: -DCMAKE_BUILD_TYPE=Debug -DBUILD_CLONE_SUBMODULES=ON -DCMAKE_C_FLAGS='-Wall -Wextra -Werror',
8484
coverage-skips: '"\*test\*" "\*CMakeCCompilerId\*" "\*mocks\*" "\*source\*"',
8585
},
8686
{
@@ -91,7 +91,7 @@ jobs:
9191
run-spelling-check: true,
9292
run-complexity: true,
9393
run-doxygen: true,
94-
build-flags: -DCMAKE_BUILD_TYPE=Debug -DBUILD_CLONE_SUBMODULES=ON -DCMAKE_C_FLAGS='--coverage -Wall -Wextra -Werror -DNDEBUG -DLIBRARY_LOG_LEVEL=LOG_DEBUG',
94+
build-flags: -DCMAKE_BUILD_TYPE=Debug -DBUILD_CLONE_SUBMODULES=ON -DCMAKE_C_FLAGS='-Wall -Wextra -Werror -DNDEBUG -DLIBRARY_LOG_LEVEL=LOG_DEBUG',
9595
coverage-skips: '"\*test\*" "\*CMakeCCompilerId\*" "\*mocks\*"',
9696
},
9797
{
@@ -102,7 +102,7 @@ jobs:
102102
run-spelling-check: false,
103103
run-complexity: true,
104104
run-doxygen: true,
105-
build-flags: -DCMAKE_BUILD_TYPE=Debug -DSYSTEM_TESTS=0 -DCMAKE_C_FLAGS='--coverage -Wall -Wextra -DNDEBUG',
105+
build-flags: -DCMAKE_BUILD_TYPE=Debug -DSYSTEM_TESTS=0 -DCMAKE_C_FLAGS='-Wall -Wextra -DNDEBUG',
106106
coverage-skips: '"\*test\*" "\*CMakeCCompilerId\*" "\*mocks\*"',
107107
branch-coverage: 90,
108108
},
@@ -114,7 +114,7 @@ jobs:
114114
run-spelling-check: true,
115115
run-complexity: true,
116116
run-doxygen: true,
117-
build-flags: -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_FLAGS='--coverage -Wall -Wextra -Werror -DNDEBUG -Wno-error=pedantic -Wno-variadic-macros -DLOGGING_LEVEL_DEBUG=1',
117+
build-flags: -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_FLAGS='-Wall -Wextra -Werror -DNDEBUG -Wno-error=pedantic -Wno-variadic-macros -DLOGGING_LEVEL_DEBUG=1',
118118
coverage-skips: '"\*test\*" "\*CMakeCCompilerId\*" "\*mocks\*"',
119119
},
120120
{
@@ -125,7 +125,7 @@ jobs:
125125
run-spelling-check: true,
126126
run-complexity: true,
127127
run-doxygen: true,
128-
build-flags: -DCMAKE_BUILD_TYPE=Debug -DBUILD_CLONE_SUBMODULES=ON -DCMAKE_C_FLAGS='--coverage -Wall -Wextra -Werror -DNDEBUG',
128+
build-flags: -DCMAKE_BUILD_TYPE=Debug -DBUILD_CLONE_SUBMODULES=ON -DCMAKE_C_FLAGS='-Wall -Wextra -Werror -DNDEBUG',
129129
coverage-skips: '"\*test\*" "\*CMakeCCompilerId\*" "\*mocks\*"',
130130
},
131131
{
@@ -136,7 +136,7 @@ jobs:
136136
run-spelling-check: true,
137137
run-complexity: true,
138138
run-doxygen: true,
139-
build-flags: -DBUILD_CLONE_SUBMODULES=ON -DCMAKE_C_FLAGS='--coverage -Wall -Wextra -Werror -DNDEBUG',
139+
build-flags: -DBUILD_CLONE_SUBMODULES=ON -DCMAKE_C_FLAGS='-Wall -Wextra -Werror -DNDEBUG',
140140
coverage-skips: '"\*test\*" "\*CMakeCCompilerId\*" "\*mocks\*"',
141141
},
142142
{
@@ -146,7 +146,7 @@ jobs:
146146
run-link-verifier: true,
147147
run-spelling-check: true,
148148
run-complexity: true,
149-
build-flags: -DCMAKE_BUILD_TYPE=Debug -DBUILD_CLONE_SUBMODULES=ON -DCMAKE_C_FLAGS='--coverage -Wall -Wextra -Werror -DNDEBUG',
149+
build-flags: -DCMAKE_BUILD_TYPE=Debug -DBUILD_CLONE_SUBMODULES=ON -DCMAKE_C_FLAGS='-Wall -Wextra -Werror -DNDEBUG',
150150
coverage-skips: '"\*test\*" "\*CMakeCCompilerId\*" "\*mocks\*"',
151151
},
152152
{
@@ -157,7 +157,7 @@ jobs:
157157
run-spelling-check: true,
158158
run-complexity: true,
159159
run-doxygen: true,
160-
build-flags: -DCMAKE_BUILD_TYPE=Debug -DBUILD_CLONE_SUBMODULES=ON -DCMAKE_C_FLAGS='--coverage -Wall -Wextra -Werror -DNDEBUG',
160+
build-flags: -DCMAKE_BUILD_TYPE=Debug -DBUILD_CLONE_SUBMODULES=ON -DCMAKE_C_FLAGS='-Wall -Wextra -Werror -DNDEBUG',
161161
coverage-skips: '"\*test\*" "\*CMakeCCompilerId\*" "\*mocks\*"',
162162
},
163163
{
@@ -168,7 +168,7 @@ jobs:
168168
run-spelling-check: true,
169169
run-complexity: false,
170170
run-doxygen: true,
171-
build-flags: -DCMAKE_BUILD_TYPE=Debug -DBUILD_CLONE_SUBMODULES=ON -DCMAKE_C_FLAGS='--coverage -Wall -Wextra -Werror',
171+
build-flags: -DCMAKE_BUILD_TYPE=Debug -DBUILD_CLONE_SUBMODULES=ON -DCMAKE_C_FLAGS='-Wall -Wextra -Werror',
172172
coverage-skips: '"\*test\*" "\*CMakeCCompilerId\*" "\*mocks\*" "\*source\*"',
173173
},
174174
{
@@ -179,7 +179,7 @@ jobs:
179179
run-spelling-check: true,
180180
run-complexity: true,
181181
run-doxygen: true,
182-
build-flags: -DCMAKE_BUILD_TYPE=Debug -DBUILD_CLONE_SUBMODULES=ON -DCMAKE_C_FLAGS='--coverage -Wall -Wextra -DNDEBUG',
182+
build-flags: -DCMAKE_BUILD_TYPE=Debug -DBUILD_CLONE_SUBMODULES=ON -DCMAKE_C_FLAGS='-Wall -Wextra -DNDEBUG',
183183
},
184184
{
185185
repository: SigV4-for-AWS-IoT-embedded-sdk,
@@ -188,7 +188,7 @@ jobs:
188188
run-complexity: true,
189189
run-spelling-check: true,
190190
run-doxygen: true,
191-
build-flags: -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_FLAGS='--coverage -Wall -Wextra -DNDEBUG -DLOGGING_LEVEL_DEBUG=1',
191+
build-flags: -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_FLAGS='-Wall -Wextra -DNDEBUG -DLOGGING_LEVEL_DEBUG=1',
192192
coverage-skips: '"\*test\*" "\*CMakeCCompilerId\*" "\*mocks\*"',
193193
},
194194
]

0 commit comments

Comments
 (0)