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 |
---|---|
coords | 93.08% |
facets | 86.43% |
geoms | 91.00% |
guides | 72.99% |
mapping | 85.96% |
positions | 84.38% |
scales | 82.77% |
stats | 82.68% |
themes | 0.01% 84.91% |
__init__.py | 100.00% |
animation.py | 93.44% |
data/__init__.py | 100.00% |
doctools.py | 95.55% |
exceptions.py | 94.11% |
ggplot.py | 90.88% |
labels.py | 96.66% |
layer.py | 93.66% |
options.py | 50.00% |
qplot.py | 66.07% |
utils.py | 79.06% |
watermark.py | 93.75% |
Folder Totals (21 files) | 85.21% |
Project Totals (153 files) | 85.21% |
f3a0d33
1bfcead
af22ab4