Skip to content

Commit

Permalink
added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
samsmithnz committed Jun 15, 2023
1 parent e466213 commit 4688945
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public DevOpsMetricServiceApi(string devOpsServiceURL)
LeadTimeForChangesBadgeWithMetricURL = "https://img.shields.io/badge/Lead%20time%20for%20changes-None-lightgrey",
MeanTimeToRestore = 0,
MeanTimeToRestoreBadgeURL = "https://img.shields.io/badge/Lead%20time%20for%20changes-None-lightgrey",
ChangeFailureRate = -1,
ChangeFailureRate = -1, //This is -1 because the value is a percentage, and 0 means something
ChangeFailureRateBadgeURL = "https://img.shields.io/badge/Change%20failure%20rate-None-lightgrey",
LastUpdated = DateTime.Now,
LastUpdatedMessage = "Error getting DORA summary item: " + ex.ToString()
Expand Down

0 comments on commit 4688945

Please sign in to comment.