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 |
---|---|
__init__.py | 100.00% |
position.py | 81.48% |
position_dodge.py | 83.05% |
position_dodge2.py | 87.32% |
position_fill.py | 100.00% |
position_identity.py | 100.00% |
position_jitter.py | 85.71% |
position_jitterdodge.py | 83.33% |
position_nudge.py | 92.85% |
position_stack.py | 81.03% |
Folder Totals (10 files) | 84.38% |
Project Totals (153 files) | 85.21% |
f3a0d33
1bfcead
af22ab4