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
0dad239
... +1 ...
cb8f5af
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
264 | 264 | f.write('\n') |
|
265 | 265 | ||
266 | 266 | for sfn, lines in zip(filestosearch, liness): |
|
267 | - | suffix = os.path.splitext(sfn)[1] |
|
268 | 267 | if len(lines) > 0: |
|
269 | 268 | generate_automodsumm_docs( |
|
270 | 269 | lines, sfn, app=app, builder=app.builder, |
|
271 | - | suffix=suffix, base_path=app.srcdir, |
|
270 | + | base_path=app.srcdir, |
|
272 | 271 | inherited_members=app.config.automodsumm_inherited_members) |
|
273 | 272 | ||
274 | 273 |
Files | Coverage |
---|---|
sphinx_automodapi | -0.02% 88.04% |
Project Totals (5 files) | 88.04% |
cb8f5af
c12c14a
0dad239