Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 1d7d17f

Browse files
committed
Update comment
1 parent f16d668 commit 1d7d17f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graphs/views.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ def component_coverage(self, component_identifier: str, commit: Commit):
183183
# Component not found
184184
return None
185185

186-
# Gets the flags present in commit's report and finds matches in the
187-
# component's list of flags.
186+
# Gets the flags present in commit's report and reduces to only those
187+
# that match one of the component's flag regexes.
188188
component_flags = component.get_matching_flags(report.get_flag_names())
189189

190190
# Filters the commit report on the component's flags and paths.

0 commit comments

Comments
 (0)