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% |
facet.py | 85.00% |
facet_grid.py | 82.75% |
facet_null.py | 90.90% |
facet_wrap.py | 76.92% |
labelling.py | 87.09% |
layout.py | 87.23% |
strips.py | 97.77% |
Folder Totals (8 files) | 86.43% |
Project Totals (153 files) | 85.21% |
f3a0d33
1bfcead
af22ab4