While looking through the code I stumpled across a potential bug here:
|
last_marker_new = utils.get_repo_last_marker(repo_url, 'commits') |
If I did not miss anything, it always looks up the latest commit from the default branch of the repository, therefore ignoring the branch specified for the measurement.