You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
[Self-hosted] Flags filtering is broken in the Tree view, when flag_regexes is added in component_management
Environment (please complete the following information):
Browser: All
System: CI, UI
Version: 25.1.16, 25.1.3
To Reproduce
Steps to reproduce the behavior:
Setup a component(s) in component_management in codecov.yml, using both paths and flag_regexes, or justflag_regexes
Upload a new report that targets the component, as expected
Having selected the component in the Codecov dashboard > in Tree view, the coverage percentage is correct, based on the flag_regex and path union.
Still in the Tree view and having selected any flag in the Flags dropdown, the coverage percentage is wrong, and represents the total coverage, regardless the Component filter.
Expected behavior
Having selected a flag in the Flags dropdown, the coverage percentage is calculated based on the union of the path and flag_regex in component_management, or just the flag_regex when the path is not specified, and the flag(s) selected.
The text was updated successfully, but these errors were encountered:
Describe the bug
[Self-hosted] Flags filtering is broken in the Tree view, when flag_regexes is added in component_management
Environment (please complete the following information):
To Reproduce
Steps to reproduce the behavior:
component_management
incodecov.yml
, using bothpaths
andflag_regexes
, or justflag_regexes
Expected behavior
Having selected a flag in the Flags dropdown, the coverage percentage is calculated based on the union of the
path
andflag_regex
incomponent_management
, or just theflag_regex
when the path is not specified, and the flag(s) selected.The text was updated successfully, but these errors were encountered: