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
af22ab4
... +1 ...
f3a0d33
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
170 | 170 | ||
171 | 171 | # Themeables |
|
172 | 172 | official_themeables = themeable.registry() |
|
173 | - | it = ((name, element) for name, element in locals().items() |
|
173 | + | locals_args = dict(locals()) |
|
174 | + | it = ((name, element) for name, element in locals_args.items() |
|
174 | 175 | if element is not None and name in official_themeables) |
|
175 | 176 | new = themeable.from_class_name |
|
176 | 177 |
Files | Coverage |
---|---|
Project Totals (153 files) | 85.21% |
f3a0d33
1bfcead
af22ab4