We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd73e0e commit 4e0cea2Copy full SHA for 4e0cea2
1 file changed
pythonbits/bb.py
@@ -660,6 +660,7 @@ def _render_summary(self):
660
summary = {k: [s[k] for s in summaries] for k in ks}
661
summary.update(**show_summary)
662
summary.update(**title_i18n)
663
+ summary['cover'] = summary['cover'][0]
664
return summary
665
666
def _render_section_description(self):
0 commit comments