DeveloperMetrics / deployment-frequency

A GitHub Action to roughly calculate DORA deployment frequency
MIT License
16 stars 9 forks source link

Calculate the unique days deployment occur #1

Closed ayodejiayodele closed 1 year ago

ayodejiayodele commented 1 year ago

This will calculate the number of days in which deployments occur within the inputs.number-of-days specified. For example, if deployment occurs in 2 days out of the 30 days, deployment frequency should be 2/30 rather than 30/30 even if there are 30 runs in total.

@samsmithnz what do you think?