Skip to content

Commit 2818da3

Browse files
committed
lines of code changed will be counted on all repostiories irrespective of IGNORE_FORKED flag
1 parent 2ea23bb commit 2818da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github_stats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ async def lines_changed(self) -> Tuple[int, int]:
468468
return self._lines_changed
469469
additions = 0
470470
deletions = 0
471-
for repo in await self.repos:
471+
for repo in await self.all_repos:
472472
r = await self.queries.query_rest(f"/repos/{repo}/stats/contributors")
473473
for author_obj in r:
474474
# Handle malformed response from the API by skipping this repo

0 commit comments

Comments
 (0)