Skip to content

Commit 41470ea

Browse files
authored
Merge pull request #148 from sommersoft/blinka_overall_stats
Add Blinka Stats To the 'Overall' Section
2 parents 3a6e891 + 308532d commit 41470ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

adabot/circuitpython_libraries.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,11 @@ def run_library_checks(validators, bundle_submodules, latest_pylint, kw_args):
185185
updated_libs[repo["name"]] = repo["html_url"]
186186

187187
output_handler()
188-
output_handler("State of CircuitPython + Libraries")
188+
output_handler("State of CircuitPython + Libraries + Blinka")
189189

190190
output_handler("Overall")
191-
print_pr_overview(lib_insights, core_insights)
192-
print_issue_overview(lib_insights, core_insights)
191+
print_pr_overview(lib_insights, core_insights, blinka_insights)
192+
print_issue_overview(lib_insights, core_insights, blinka_insights)
193193

194194
output_handler()
195195
output_handler("Core")

0 commit comments

Comments
 (0)