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% |
limits.py | 75.25% |
range.py | 92.30% |
scale.py | 68.17% |
scale_alpha.py | 100.00% |
scale_color.py | 97.91% |
scale_identity.py | 89.74% |
scale_linetype.py | 90.47% |
scale_manual.py | 89.58% |
scale_shape.py | 92.30% |
scale_size.py | 100.00% |
scale_stroke.py | 78.57% |
scale_xy.py | 85.15% |
scales.py | 90.00% |
Folder Totals (14 files) | 82.77% |
Project Totals (153 files) | 85.21% |
f3a0d33
1bfcead
af22ab4