-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
1
-
Minor
-
Issue Summary
When calculating the deployment frequency for production environments in the last 28 days, the deployment frequency does not filter deployments correctly, resulting in an inaccurate weekly average.
Steps to Reproduce
- Trigger multiple production deployments for your Compass component.
- Observe the deployment frequency metric for the component.
Expected Results
The system should filter only production deployments completed within the last 28 days and divide the total by 4 to provide the correct weekly average.
Actual Results
The system shows only the total deployments of the last 28 days, resulting in an incorrect deployment frequency calculation.
Workaround
None