dora-team / fourkeys

Platform for monitoring the four key software delivery metrics of software delivery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I want my commits to be squashed

melezhik opened this issue · comments

There is serious limitation of the service (imho):

NOTE: Make sure you don't use "Squash Merging" in Git when merging back into trunk. This breaks the link between the commit into trunk and the commits from the branch you developed on and as thus it is not possible to measure "Time to Change" on these commits. It is possible to disable this feature in the settings of your repo

People squash commits in PR because the don't want to see dozens of test/dummy commits coming from feature branch when PR is merged ...