58
58
run-spelling-check : true,
59
59
run-complexity : true,
60
60
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',
62
62
coverage-skips : ' "\*test\*" "\*CMakeCCompilerId\*" "\*mocks\*" "\*3rdparty\*"' ,
63
63
},
64
64
{
69
69
run-spelling-check : true,
70
70
run-complexity : true,
71
71
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',
73
73
coverage-skips : ' "\*test\*" "\*CMakeCCompilerId\*" "\*mocks\*" "\*3rdparty\*"' ,
74
74
},
75
75
{
80
80
run-spelling-check : true,
81
81
run-complexity : true,
82
82
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',
84
84
coverage-skips : ' "\*test\*" "\*CMakeCCompilerId\*" "\*mocks\*" "\*source\*"' ,
85
85
},
86
86
{
91
91
run-spelling-check : true,
92
92
run-complexity : true,
93
93
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',
95
95
coverage-skips : ' "\*test\*" "\*CMakeCCompilerId\*" "\*mocks\*"' ,
96
96
},
97
97
{
@@ -102,7 +102,7 @@ jobs:
102
102
run-spelling-check : false,
103
103
run-complexity : true,
104
104
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',
106
106
coverage-skips : ' "\*test\*" "\*CMakeCCompilerId\*" "\*mocks\*"' ,
107
107
branch-coverage : 90,
108
108
},
@@ -114,7 +114,7 @@ jobs:
114
114
run-spelling-check : true,
115
115
run-complexity : true,
116
116
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',
118
118
coverage-skips : ' "\*test\*" "\*CMakeCCompilerId\*" "\*mocks\*"' ,
119
119
},
120
120
{
@@ -125,7 +125,7 @@ jobs:
125
125
run-spelling-check : true,
126
126
run-complexity : true,
127
127
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',
129
129
coverage-skips : ' "\*test\*" "\*CMakeCCompilerId\*" "\*mocks\*"' ,
130
130
},
131
131
{
@@ -136,7 +136,7 @@ jobs:
136
136
run-spelling-check : true,
137
137
run-complexity : true,
138
138
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',
140
140
coverage-skips : ' "\*test\*" "\*CMakeCCompilerId\*" "\*mocks\*"' ,
141
141
},
142
142
{
@@ -146,7 +146,7 @@ jobs:
146
146
run-link-verifier : true,
147
147
run-spelling-check : true,
148
148
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',
150
150
coverage-skips : ' "\*test\*" "\*CMakeCCompilerId\*" "\*mocks\*"' ,
151
151
},
152
152
{
@@ -157,7 +157,7 @@ jobs:
157
157
run-spelling-check : true,
158
158
run-complexity : true,
159
159
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',
161
161
coverage-skips : ' "\*test\*" "\*CMakeCCompilerId\*" "\*mocks\*"' ,
162
162
},
163
163
{
@@ -168,7 +168,7 @@ jobs:
168
168
run-spelling-check : true,
169
169
run-complexity : false,
170
170
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',
172
172
coverage-skips : ' "\*test\*" "\*CMakeCCompilerId\*" "\*mocks\*" "\*source\*"' ,
173
173
},
174
174
{
@@ -179,7 +179,7 @@ jobs:
179
179
run-spelling-check : true,
180
180
run-complexity : true,
181
181
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',
183
183
},
184
184
{
185
185
repository : SigV4-for-AWS-IoT-embedded-sdk,
@@ -188,7 +188,7 @@ jobs:
188
188
run-complexity : true,
189
189
run-spelling-check : true,
190
190
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',
192
192
coverage-skips : ' "\*test\*" "\*CMakeCCompilerId\*" "\*mocks\*"' ,
193
193
},
194
194
]
0 commit comments