No flags found
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
0d46771
... +6 ...
e5b6e08
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
329 | 329 | 0, /* tp_weaklist */ |
|
330 | 330 | 0, /* tp_del */ |
|
331 | 331 | #if IS_PY3 |
|
332 | - | 0, /* tp_version_tag */ |
|
333 | - | 0, /* tp_finalize */ |
|
334 | - | #if IS_PY3_8 |
|
335 | - | 0, /* tp_vectorcall */ |
|
336 | - | 0, /* bpo-37250: kept for backwards compatibility in CPython 3.8 only */ |
|
337 | - | #endif |
|
332 | + | 0, /* tp_version_tag */ |
|
333 | + | 0, /* tp_finalize */ |
|
334 | + | #if IS_PY3_8 |
|
335 | + | 0, /* tp_vectorcall */ |
|
336 | + | #if !IS_PY3_9 |
|
337 | + | 0, /* bpo-37250: kept for backwards compatibility in CPython 3.8 only */ |
|
338 | + | #endif |
|
339 | + | #endif |
|
338 | 340 | #else |
|
339 | - | 0 /* tp_version_tag */ |
|
341 | + | 0 /* tp_version_tag */ |
|
340 | 342 | #endif |
|
341 | 343 | }; |
|
342 | 344 |
230 | 230 | 0, /* tp_weaklist */ |
|
231 | 231 | 0, /* tp_del */ |
|
232 | 232 | #if IS_PY3 |
|
233 | - | 0, /* tp_version_tag */ |
|
234 | - | 0, /* tp_finalize */ |
|
235 | - | #if IS_PY3_8 |
|
236 | - | 0, /* tp_vectorcall */ |
|
237 | - | 0, /* bpo-37250: kept for backwards compatibility in CPython 3.8 only */ |
|
238 | - | #endif |
|
233 | + | 0, /* tp_version_tag */ |
|
234 | + | 0, /* tp_finalize */ |
|
235 | + | #if IS_PY3_8 |
|
236 | + | 0, /* tp_vectorcall */ |
|
237 | + | #if !IS_PY3_9 |
|
238 | + | 0, /* bpo-37250: kept for backwards compatibility in CPython 3.8 only */ |
|
239 | + | #endif |
|
240 | + | #endif |
|
239 | 241 | #else |
|
240 | - | 0 /* tp_version_tag */ |
|
242 | + | 0 /* tp_version_tag */ |
|
241 | 243 | #endif |
|
242 | 244 | }; |
|
243 | 245 |
3257 | 3257 | 0, /* tp_weaklist */ |
|
3258 | 3258 | 0, /* tp_del */ |
|
3259 | 3259 | #if IS_PY3 |
|
3260 | - | 0, /* tp_version_tag */ |
|
3261 | - | 0, /* tp_finalize */ |
|
3262 | - | #if IS_PY3_8 |
|
3263 | - | 0, /* tp_vectorcall */ |
|
3264 | - | 0, /* bpo-37250: kept for backwards compatibility in CPython 3.8 only */ |
|
3265 | - | #endif |
|
3260 | + | 0, /* tp_version_tag */ |
|
3261 | + | 0, /* tp_finalize */ |
|
3262 | + | #if IS_PY3_8 |
|
3263 | + | 0, /* tp_vectorcall */ |
|
3264 | + | #if !IS_PY3_9 |
|
3265 | + | 0, /* bpo-37250: kept for backwards compatibility in CPython 3.8 only */ |
|
3266 | + | #endif |
|
3267 | + | #endif |
|
3266 | 3268 | #else |
|
3267 | - | 0 /* tp_version_tag */ |
|
3269 | + | 0 /* tp_version_tag */ |
|
3268 | 3270 | #endif |
|
3269 | 3271 | }; |
|
3270 | 3272 |
315 | 315 | 0, /* tp_weaklist */ |
|
316 | 316 | 0, /* tp_del */ |
|
317 | 317 | #if IS_PY3 |
|
318 | - | 0, /* tp_version_tag */ |
|
319 | - | 0, /* tp_finalize */ |
|
320 | - | #if IS_PY3_8 |
|
321 | - | 0, /* tp_vectorcall */ |
|
322 | - | 0, /* bpo-37250: kept for backwards compatibility in CPython 3.8 only */ |
|
323 | - | #endif |
|
318 | + | 0, /* tp_version_tag */ |
|
319 | + | 0, /* tp_finalize */ |
|
320 | + | #if IS_PY3_8 |
|
321 | + | 0, /* tp_vectorcall */ |
|
322 | + | #if !IS_PY3_9 |
|
323 | + | 0, /* bpo-37250: kept for backwards compatibility in CPython 3.8 only */ |
|
324 | + | #endif |
|
325 | + | #endif |
|
324 | 326 | #else |
|
325 | - | 0 /* tp_version_tag */ |
|
327 | + | 0 /* tp_version_tag */ |
|
326 | 328 | #endif |
|
327 | 329 | }; |
|
328 | 330 |
202 | 202 | 0, /* tp_weaklist */ |
|
203 | 203 | 0, /* tp_del */ |
|
204 | 204 | #if IS_PY3 |
|
205 | - | 0, /* tp_version_tag */ |
|
206 | - | 0, /* tp_finalize */ |
|
207 | - | #if IS_PY3_8 |
|
208 | - | 0, /* tp_vectorcall */ |
|
209 | - | 0, /* bpo-37250: kept for backwards compatibility in CPython 3.8 only */ |
|
210 | - | #endif |
|
205 | + | 0, /* tp_version_tag */ |
|
206 | + | 0, /* tp_finalize */ |
|
207 | + | #if IS_PY3_8 |
|
208 | + | 0, /* tp_vectorcall */ |
|
209 | + | #if !IS_PY3_9 |
|
210 | + | 0, /* bpo-37250: kept for backwards compatibility in CPython 3.8 only */ |
|
211 | + | #endif |
|
212 | + | #endif |
|
211 | 213 | #else |
|
212 | - | 0 /* tp_version_tag */ |
|
214 | + | 0 /* tp_version_tag */ |
|
213 | 215 | #endif |
|
214 | 216 | }; |
|
215 | 217 |
Files | Coverage |
---|---|
src/libtriton | +<.01% 83.82% |
Project Totals (109 files) | 83.82% |
e5b6e08
e0e41a0
fe70d73
ed13a4b
449689a
f69069f
84c9386
0d46771