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

Commit ef4592b

Browse files
committed
Update comment to be more clear
1 parent 32831c4 commit ef4592b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphs/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def component_coverage(self, component_identifier: str, commit: Commit):
184184
return None
185185

186186
# Gets the flags present in commit's report and reduces to only those
187-
# that match one of the component's flag regexes.
187+
# that match at least 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)